From a25ad1a033dffc9b7d52939213f734c987627c04 Mon Sep 17 00:00:00 2001 From: Sainan Date: Thu, 6 Jun 2024 13:39:55 +0200 Subject: [PATCH] feat: handle installation of umbra forma --- 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 a90d02b8..3ec9a6dd 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[]) { -- 2.47.2