Skip to content

Commit dd44dbe

Browse files
author
Chomp
committed
Fixed Halloween related error in console
1 parent 071cf51 commit dd44dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/src/services/SeasonalEventService.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ export class SeasonalEventService {
439439
this.addEventGearToBots(SeasonalEventType.HALLOWEEN);
440440
this.addEventGearToBots(SeasonalEventType.CHRISTMAS);
441441
this.addEventLootToBots(SeasonalEventType.CHRISTMAS);
442-
this.addEventBossesToMaps(SeasonalEventType.HALLOWEEN);
442+
this.addEventBossesToMaps("halloweensummon");
443443
this.enableHalloweenSummonEvent();
444444
this.addPumpkinsToScavBackpacks();
445445
this.renameBitcoin();

0 commit comments

Comments
 (0)