feat: handle installation of umbra forma #281

Merged
Sainan merged 1 commits from umbra-forma into main 2024-06-06 05:23:12 -07:00

View File

@ -58,6 +58,7 @@ export const upgradesController: RequestHandler = async (req, res) => {
} }
break; break;
case "/Lotus/Types/Items/MiscItems/Forma": case "/Lotus/Types/Items/MiscItems/Forma":
case "/Lotus/Types/Items/MiscItems/FormaUmbra":
case "/Lotus/Types/Items/MiscItems/FormaAura": case "/Lotus/Types/Items/MiscItems/FormaAura":
case "/Lotus/Types/Items/MiscItems/FormaStance": case "/Lotus/Types/Items/MiscItems/FormaStance":
for (const item of inventory[payload.ItemCategory as TGenericItemKey] as IGenericItemDatabase[]) { for (const item of inventory[payload.ItemCategory as TGenericItemKey] as IGenericItemDatabase[]) {