mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(Scripts/ZulGurub): Adjust Arlokk timers (#12458)
follow up 9aeb236368
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user