From 23617ea7c1980f94083a345240d0d04559d48b10 Mon Sep 17 00:00:00 2001 From: Sainan Date: Sat, 13 Jul 2024 22:07:56 +0200 Subject: [PATCH] fix: being unable to add (the real) Melee Afflictions via WebUI --- 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 962b8857..101f4692 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({