forked from OpenWF/SpaceNinjaServer
		
	fix(webui): add exalted array for KubrowPets ItemLists (#1782)
				
					
				
			Closes #1770 Reviewed-on: OpenWF/SpaceNinjaServer#1782 Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									32bb6d4ccb
								
							
						
					
					
						commit
						daacbf6f7b
					
				@ -69,7 +69,8 @@ const getItemListsController: RequestHandler = (req, response) => {
 | 
				
			|||||||
        if (item.productCategory != "SpecialItems") {
 | 
					        if (item.productCategory != "SpecialItems") {
 | 
				
			||||||
            res[item.productCategory].push({
 | 
					            res[item.productCategory].push({
 | 
				
			||||||
                uniqueName,
 | 
					                uniqueName,
 | 
				
			||||||
                name: getString(item.name, lang)
 | 
					                name: getString(item.name, lang),
 | 
				
			||||||
 | 
					                exalted: item.exalted
 | 
				
			||||||
            });
 | 
					            });
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user