feat: implement socketing of ayatan sculptures #542

Merged
Sainan merged 2 commits from ayatan into main 2024-10-12 14:51:45 -07:00
Showing only changes of commit 4ff450c9f2 - Show all commits

View File

@ -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)
}); });
} }