generated from nhcarrigan/template
fix: patch quest and boss rewards on sync to restore unlock conditions
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user