diff --git a/project/src/services/InsuranceService.ts b/project/src/services/InsuranceService.ts index cdab105e..3219a0bd 100644 --- a/project/src/services/InsuranceService.ts +++ b/project/src/services/InsuranceService.ts @@ -110,7 +110,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,