From 921e4acf52220062deadf03bdf21122bd0e4bc5d Mon Sep 17 00:00:00 2001 From: Sainan Date: Sun, 14 Jul 2024 23:52:42 +0200 Subject: [PATCH] fix: being unable to add (the real) Melee Afflictions via WebUI (#479) --- src/controllers/custom/getItemListsController.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/controllers/custom/getItemListsController.ts b/src/controllers/custom/getItemListsController.ts index 962b88570..101f46928 100644 --- a/src/controllers/custom/getItemListsController.ts +++ b/src/controllers/custom/getItemListsController.ts @@ -64,6 +64,9 @@ const getItemListsController: RequestHandler = (_req, res) => { uniqueName, name: getEnglishString(arcane.name) }); + if (arcane.isFrivolous) { + badItems[uniqueName] = true; + } } res.json({