diff options
author | robinsch <robin.schriever.hude@web.de> | 2016-07-15 15:31:52 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-05 17:31:54 +0100 |
commit | 3ef1f2c53145dab527fea3290e19545558f8b479 (patch) | |
tree | 09634676ef8cdd5b12654b95299d8453e291fa2c /src | |
parent | bec8570eb214842049fed2eeac93fce7b5ffb092 (diff) |
Script/Archavon: Implement EMOTE_LEAP (#17588)
(cherry picked from commit 8a2df73a8262cb7140c37a57e7702cb68a806d9d)
Script/Archavon: Implement EMOTE_LEAP
By robinsch
(cherry picked from commit 1a2bd0dc3aaa5668521cf758165c64f106e9a276)
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Northrend/VaultOfArchavon/boss_archavon.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Northrend/VaultOfArchavon/boss_archavon.cpp b/src/server/scripts/Northrend/VaultOfArchavon/boss_archavon.cpp index e314998eb54..447d4bc98f9 100644 --- a/src/server/scripts/Northrend/VaultOfArchavon/boss_archavon.cpp +++ b/src/server/scripts/Northrend/VaultOfArchavon/boss_archavon.cpp @@ -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); |