fix: being unable to add (the real) Melee Afflictions via WebUI

This commit is contained in:
Sainan 2024-07-13 22:07:56 +02:00
parent a4ec3833bf
commit 23617ea7c1

View File

@ -64,6 +64,9 @@ const getItemListsController: RequestHandler = (_req, res) => {
uniqueName,
name: getEnglishString(arcane.name)
});
if (arcane.isFrivolous) {
badItems[uniqueName] = true;
}
}
res.json({