fix(webui): add exalted array for KubrowPets ItemLists
			#1782
		
		
	@ -68,7 +68,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