Fixed items added to wishlist in-raid not persisting to out of raid
This commit is contained in:
parent
be7e07fa4e
commit
8baac2cfad
@ -560,6 +560,7 @@ export class LocationLifecycleService {
|
|||||||
pmcProfile.SurvivorClass = postRaidProfile.SurvivorClass;
|
pmcProfile.SurvivorClass = postRaidProfile.SurvivorClass;
|
||||||
pmcProfile.Achievements = postRaidProfile.Achievements;
|
pmcProfile.Achievements = postRaidProfile.Achievements;
|
||||||
pmcProfile.Quests = this.processPostRaidQuests(postRaidProfile.Quests);
|
pmcProfile.Quests = this.processPostRaidQuests(postRaidProfile.Quests);
|
||||||
|
pmcProfile.WishList = postRaidProfile.WishList;
|
||||||
|
|
||||||
pmcProfile.Info.Experience = postRaidProfile.Info.Experience;
|
pmcProfile.Info.Experience = postRaidProfile.Info.Experience;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user