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); } }