feat: conquest progression & rewards #1791

Merged
Sainan merged 10 commits from conquest-progress into main 2025-04-23 11:35:57 -07:00
Showing only changes of commit c58a9e5229 - Show all commits

View File

@ -84,6 +84,7 @@ export const missionInventoryUpdateController: RequestHandler = async (req, res)
await inventory.save();
const inventoryResponse = await getInventoryResponse(inventory, true);
//TODO: figure out when to send inventory. it is needed for many cases.
res.json({
InventoryJson: JSON.stringify(inventoryResponse),
InventoryChanges: inventoryChanges,