From 44cbe578c82c797774fd1fc8072c9b2092782c55 Mon Sep 17 00:00:00 2001 From: Sainan Date: Sun, 2 Jun 2024 13:57:50 +0200 Subject: [PATCH] feat: handle installation of stance 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 f1e6f389..a90d02b8 100644 --- a/src/controllers/api/upgradesController.ts +++ b/src/controllers/api/upgradesController.ts @@ -59,6 +59,7 @@ export const upgradesController: RequestHandler = async (req, res) => { break; case "/Lotus/Types/Items/MiscItems/Forma": case "/Lotus/Types/Items/MiscItems/FormaAura": + case "/Lotus/Types/Items/MiscItems/FormaStance": for (const item of inventory[payload.ItemCategory as TGenericItemKey] as IGenericItemDatabase[]) { if (item._id.toString() == payload.ItemId.$oid) { item.XP = 0;