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

This commit is contained in:
Sainan 2024-07-14 23:52:42 +02:00 committed by GitHub
parent a4ec3833bf
commit 921e4acf52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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