fix(webui): add exalted array for KubrowPets ItemLists
			#1782
		
		
	@ -68,7 +68,8 @@ const getItemListsController: RequestHandler = (req, response) => {
 | 
			
		||||
        if (item.productCategory != "SpecialItems") {
 | 
			
		||||
            res[item.productCategory].push({
 | 
			
		||||
                uniqueName,
 | 
			
		||||
                name: getString(item.name, lang)
 | 
			
		||||
                name: getString(item.name, lang),
 | 
			
		||||
                exalted: item.exalted
 | 
			
		||||
            });
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user