From 60e82cf3f945735cdd7dd111e596274b4b72571a Mon Sep 17 00:00:00 2001 From: Dev Date: Thu, 29 Aug 2024 17:06:28 +0100 Subject: [PATCH] Updated Insured item data after a raid --- project/src/services/LocationLifecycleService.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/project/src/services/LocationLifecycleService.ts b/project/src/services/LocationLifecycleService.ts index bc82c1c6..d9c37003 100644 --- a/project/src/services/LocationLifecycleService.ts +++ b/project/src/services/LocationLifecycleService.ts @@ -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;