fix(webui): not being able to add ayatan sculptures

This commit is contained in:
Sainan 2024-10-12 00:56:54 +02:00
parent de6c1da55d
commit 4ff450c9f2

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