feat: implement socketing of ayatan sculptures #542
@ -36,7 +36,7 @@ const getItemListsController: RequestHandler = (_req, res) => {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
    for (const [uniqueName, item] of Object.entries(ExportResources)) {
 | 
					    for (const [uniqueName, item] of Object.entries(ExportResources)) {
 | 
				
			||||||
        miscitems.push({
 | 
					        miscitems.push({
 | 
				
			||||||
            uniqueName: "MiscItems:" + uniqueName,
 | 
					            uniqueName: item.productCategory + ":" + uniqueName,
 | 
				
			||||||
            name: getEnglishString(item.name)
 | 
					            name: getEnglishString(item.name)
 | 
				
			||||||
        });
 | 
					        });
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user