diff --git a/src/services/inventoryService.ts b/src/services/inventoryService.ts index d81c989c..4bc7d73d 100644 --- a/src/services/inventoryService.ts +++ b/src/services/inventoryService.ts @@ -805,6 +805,7 @@ export const missionInventoryUpdate = async (data: IMissionInventoryUpdateReques if (Missions) { addMissionComplete(inventory, Missions); } + addFocusXpIncreases(inventory, FocusXpIncreases); const changedInventory = await inventory.save(); return changedInventory.toJSON();