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({
|
returnData.push({
|
||||||
id: repeatableConfig.id,
|
id: repeatableConfig.id,
|
||||||
name: generatedRepeatables.name,
|
name: generatedRepeatables.name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user