diff --git a/project/src/services/SeasonalEventService.ts b/project/src/services/SeasonalEventService.ts index b44eb6b0..1963f055 100644 --- a/project/src/services/SeasonalEventService.ts +++ b/project/src/services/SeasonalEventService.ts @@ -756,7 +756,7 @@ export class SeasonalEventService { } const mapData: ILocation = maps[mapName]; - if (typeof mapData.base.Events.Khorovod?.Chance !== "undefined") { + if (typeof mapData.base?.Events?.Khorovod?.Chance !== "undefined") { mapData.base.Events.Khorovod.Chance = 100; } }