diff options
| author | robinsch <robin.schriever.hude@web.de> | 2016-07-15 15:31:52 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2016-07-15 15:31:52 +0200 |
| commit | 8a2df73a8262cb7140c37a57e7702cb68a806d9d (patch) | |
| tree | 6375c97bf3d52358bb200e8cda4d8cbaaa0b088a /src | |
| parent | 3314c8f11308df6c411801afcd2d74fb84b14d0d (diff) | |
Script/Archavon: Implement EMOTE_LEAP (#17588)
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 b89c11147b6..df3fa266191 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); |
