fix(Scripts/BWL): Blast Wave timer (#10622)
This commit is contained in:
parent
937ff17e7b
commit
6daaffa924
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ public:
|
|||
break;
|
||||
case EVENT_BLASTWAVE:
|
||||
DoCastVictim(SPELL_BLASTWAVE);
|
||||
events.ScheduleEvent(EVENT_BLASTWAVE, 8000, 16000);
|
||||
events.ScheduleEvent(EVENT_BLASTWAVE, 20000, 35000);
|
||||
break;
|
||||
case EVENT_MORTALSTRIKE:
|
||||
DoCastVictim(SPELL_MORTALSTRIKE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue