fix: handle quest completion via missionInventoryUpdate #1140

Merged
OrdisPrime merged 2 commits from mission-update-completes-quest into main 2025-03-10 16:22:02 -07:00
Showing only changes of commit e5773c8c34 - Show all commits

View File

@ -95,7 +95,7 @@ export const addMissionInventoryUpdates = async (
inventory.RegularCredits += value; inventory.RegularCredits += value;
break; break;
case "QuestKeys": case "QuestKeys":
updateQuestKey(inventory, value); await updateQuestKey(inventory, value);
break; break;
case "AffiliationChanges": case "AffiliationChanges":
updateSyndicate(inventory, value); updateSyndicate(inventory, value);