fix(Scripts/ZulGurub): Adjust Arlokk timers (#12458)
follow up 9aeb236368
This commit is contained in:
parent
123b7166e8
commit
b77fbf61da
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ public:
|
|||
case EVENT_VANISH_2:
|
||||
DoCastSelf(SPELL_VANISH);
|
||||
DoCastSelf(SPELL_SUPER_INVIS);
|
||||
events.ScheduleEvent(EVENT_VISIBLE, urand(7000, 10000), 0, PHASE_ONE);
|
||||
events.ScheduleEvent(EVENT_VISIBLE, urand(41000, 47000), 0, PHASE_ONE);
|
||||
break;
|
||||
case EVENT_VISIBLE:
|
||||
me->SetReactState(REACT_AGGRESSIVE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue