fix(webui): not being able to add ayatan sculptures
This commit is contained in:
parent
de6c1da55d
commit
4ff450c9f2
@ -36,7 +36,7 @@ const getItemListsController: RequestHandler = (_req, res) => {
|
||||
}
|
||||
for (const [uniqueName, item] of Object.entries(ExportResources)) {
|
||||
miscitems.push({
|
||||
uniqueName: "MiscItems:" + uniqueName,
|
||||
uniqueName: item.productCategory + ":" + uniqueName,
|
||||
name: getEnglishString(item.name)
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user