Script/Archavon: Implement EMOTE_LEAP (#17588)

This commit is contained in:
robinsch
2016-07-15 15:31:52 +02:00
committed by Aokromes
parent 3314c8f113
commit 8a2df73a82

View File

@@ -115,6 +115,7 @@ class boss_archavon : public CreatureScript
DoCastVictim(SPELL_STOMP);
events.ScheduleEvent(EVENT_IMPALE, 3000);
events.ScheduleEvent(EVENT_STOMP, 45000);
Talk(EMOTE_LEAP, me->GetVictim());
break;
case EVENT_IMPALE:
DoCastVictim(SPELL_IMPALE);