Updated Insured item data after a raid

This commit is contained in:
Dev 2024-08-29 17:06:28 +01:00
parent 655eece0f7
commit 60e82cf3f9

View File

@ -445,6 +445,7 @@ export class LocationLifecycleService {
pmcProfile.SurvivorClass = postRaidProfile.SurvivorClass;
pmcProfile.Achievements = postRaidProfile.Achievements;
pmcProfile.Quests = postRaidProfile.Quests;
pmcProfile.InsuredItems = postRaidProfile.InsuredItems;
pmcProfile.Info.Experience = postRaidProfile.Info.Experience;