Fixed free repeatables not refreshing their count after expiry
This commit is contained in:
parent
bc31d47efa
commit
785d6a3589
@ -178,6 +178,10 @@ export class RepeatableQuestController
|
||||
};
|
||||
}
|
||||
|
||||
// Reset free repeatable values in player profile to defaults
|
||||
generatedRepeatables.freeChanges = repeatableConfig.freeChanges;
|
||||
generatedRepeatables.freeChangesAvailable = repeatableConfig.freeChanges;
|
||||
|
||||
returnData.push({
|
||||
id: repeatableConfig.id,
|
||||
name: generatedRepeatables.name,
|
||||
|
Loading…
Reference in New Issue
Block a user