Updated Insured item data after a raid
This commit is contained in:
parent
655eece0f7
commit
60e82cf3f9
@ -445,6 +445,7 @@ export class LocationLifecycleService {
|
|||||||
pmcProfile.SurvivorClass = postRaidProfile.SurvivorClass;
|
pmcProfile.SurvivorClass = postRaidProfile.SurvivorClass;
|
||||||
pmcProfile.Achievements = postRaidProfile.Achievements;
|
pmcProfile.Achievements = postRaidProfile.Achievements;
|
||||||
pmcProfile.Quests = postRaidProfile.Quests;
|
pmcProfile.Quests = postRaidProfile.Quests;
|
||||||
|
pmcProfile.InsuredItems = postRaidProfile.InsuredItems;
|
||||||
|
|
||||||
pmcProfile.Info.Experience = postRaidProfile.Info.Experience;
|
pmcProfile.Info.Experience = postRaidProfile.Info.Experience;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user