diff --git a/project/src/services/InsuranceService.ts b/project/src/services/InsuranceService.ts index f6258563..0400ef5a 100644 --- a/project/src/services/InsuranceService.ts +++ b/project/src/services/InsuranceService.ts @@ -134,7 +134,7 @@ export class InsuranceService sessionID, traderEnum, MessageType.NPC_TRADER, - this.randomUtil.getArrayValue(dialogueTemplates?.insuranceStart), + this.randomUtil.getArrayValue(dialogueTemplates?.insuranceStart ?? ["INSURANCE START MESSAGE MISSING"]), undefined, this.timeUtil.getHoursAsSeconds( globals.config.Insurance.MaxStorageTimeInHour,