Scripts/BoT: fixed an issue that was causing Arion to schedule Thundershock multiple times

This commit is contained in:
Ovahlord
2019-05-16 02:42:49 +02:00
parent 8d0dc9da8d
commit 1c8a0a5ad7

View File

@@ -1081,7 +1081,6 @@ class npc_arion : public CreatureScript
case EVENT_ATTACK_PLAYERS:
_events.SetPhase(PHASE_ARION_TERRASTRA);
_events.ScheduleEvent(EVENT_CALL_WINDS, 9s + 300ms);
_events.ScheduleEvent(EVENT_THUNDERSHOCK, 1min + 4s);
_events.ScheduleEvent(EVENT_THUNDERSHOCK_PRE_WARNING, 55s + 700ms);
_events.ScheduleEvent(EVENT_LIGHTNING_ROD, 17s + 900ms);
_events.ScheduleEvent(EVENT_DISPERSE, 20s + 500ms);