返回提交历史
Modified
src/controllers/api/upgradesController.ts
+1
-0
XFEstudio/XFESpaceNinjaServer
feat: handle installation of umbra forma (#281)
f80da067
代码差异
1 个文件
+1
-0
@@ -58,6 +58,7 @@ export const upgradesController: RequestHandler = async (req, res) => {
58
58
}
59
59
break;
60
60
case "/Lotus/Types/Items/MiscItems/Forma":
61
case "/Lotus/Types/Items/MiscItems/FormaUmbra":
61
62
case "/Lotus/Types/Items/MiscItems/FormaAura":
62
63
case "/Lotus/Types/Items/MiscItems/FormaStance":
63
64
for (const item of inventory[payload.ItemCategory as TGenericItemKey] as IGenericItemDatabase[]) {