fix: patch quest and boss rewards on sync to restore unlock conditions
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m9s
CI / Lint, Build & Test (push) Failing after 1m11s

This commit is contained in:
2026-03-23 18:45:14 -07:00
committed by Naomi Carrigan
parent 9f9edae45e
commit 790d35420f
4 changed files with 82 additions and 1 deletions
+10
View File
@@ -468,6 +468,11 @@ interface SyncNewContentResponse {
*/
upgradesAdded: number;
/**
* Number of rewards patched onto existing quests.
*/
questRewardsPatched: number;
/**
* Number of quests added to the save.
*/
@@ -478,6 +483,11 @@ interface SyncNewContentResponse {
*/
bossesAdded: number;
/**
* Number of upgrade reward IDs patched onto existing bosses.
*/
bossRewardsPatched: number;
/**
* Number of equipment items added to the save.
*/