From 23570f4e2a033a819286022927ef8d1ea0b9bef2 Mon Sep 17 00:00:00 2001 From: Dev Date: Fri, 20 Sep 2024 16:43:00 +0100 Subject: [PATCH] Hmm --- project/src/services/LocationLifecycleService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/services/LocationLifecycleService.ts b/project/src/services/LocationLifecycleService.ts index d9902acf..8a7affb4 100644 --- a/project/src/services/LocationLifecycleService.ts +++ b/project/src/services/LocationLifecycleService.ts @@ -747,7 +747,7 @@ export class LocationLifecycleService { this.insuranceService.storeGearLostInRaidToSendLater(sessionId, mappedItems); - this.insuranceService.peePeePooPooFartPoo(preRaidPmcProfile, sessionId, locationName); + this.insuranceService.startPostRaidInsuranceLostProcess(preRaidPmcProfile, sessionId, locationName); } }