From f80da0675420e1e409d9856f3b91d2db787b8068 Mon Sep 17 00:00:00 2001 From: Sainan Date: Thu, 6 Jun 2024 14:23:12 +0200 Subject: [PATCH] feat: handle installation of umbra forma (#281) --- src/controllers/api/upgradesController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/api/upgradesController.ts b/src/controllers/api/upgradesController.ts index a90d02b85..3ec9a6dd1 100644 --- a/src/controllers/api/upgradesController.ts +++ b/src/controllers/api/upgradesController.ts @@ -58,6 +58,7 @@ export const upgradesController: RequestHandler = async (req, res) => { } break; case "/Lotus/Types/Items/MiscItems/Forma": + case "/Lotus/Types/Items/MiscItems/FormaUmbra": case "/Lotus/Types/Items/MiscItems/FormaAura": case "/Lotus/Types/Items/MiscItems/FormaStance": for (const item of inventory[payload.ItemCategory as TGenericItemKey] as IGenericItemDatabase[]) {