fix: being unable to add (the real) Melee Afflictions via WebUI (#479)
This commit is contained in:
parent
a4ec3833bf
commit
921e4acf52
@ -64,6 +64,9 @@ const getItemListsController: RequestHandler = (_req, res) => {
|
||||
uniqueName,
|
||||
name: getEnglishString(arcane.name)
|
||||
});
|
||||
if (arcane.isFrivolous) {
|
||||
badItems[uniqueName] = true;
|
||||
}
|
||||
}
|
||||
|
||||
res.json({
|
||||
|
Loading…
x
Reference in New Issue
Block a user