0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

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;