fix(Scripts/ZulGurub): Adjust Arlokk timers (#12458)

follow up 9aeb236368
This commit is contained in:
Maelthyr 2022-07-20 15:45:41 +02:00 committed by GitHub
parent 123b7166e8
commit b77fbf61da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);