fix(Scripts/ZulGurub): Adjust Arlokk timers (#12458)
follow up https://github.com/azerothcore/azerothcore-wotlk/commit/9aeb23636803c681efa8d25451639e2f7b7a2f0c
This commit is contained in:
@@ -249,7 +249,7 @@ public:
|
|||||||
case EVENT_VANISH_2:
|
case EVENT_VANISH_2:
|
||||||
DoCastSelf(SPELL_VANISH);
|
DoCastSelf(SPELL_VANISH);
|
||||||
DoCastSelf(SPELL_SUPER_INVIS);
|
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;
|
break;
|
||||||
case EVENT_VISIBLE:
|
case EVENT_VISIBLE:
|
||||||
me->SetReactState(REACT_AGGRESSIVE);
|
me->SetReactState(REACT_AGGRESSIVE);
|
||||||
|
|||||||
Reference in New Issue
Block a user