Fixed items added to wishlist in-raid not persisting to out of raid

This commit is contained in:
Dev 2024-09-24 16:47:55 +01:00
parent be7e07fa4e
commit 8baac2cfad

View File

@ -560,6 +560,7 @@ export class LocationLifecycleService {
pmcProfile.SurvivorClass = postRaidProfile.SurvivorClass;
pmcProfile.Achievements = postRaidProfile.Achievements;
pmcProfile.Quests = this.processPostRaidQuests(postRaidProfile.Quests);
pmcProfile.WishList = postRaidProfile.WishList;
pmcProfile.Info.Experience = postRaidProfile.Info.Experience;