diff options
-rw-r--r-- | sql/updates/world/master/2017_02_05_18_world_2016_07_15_04_world.sql | 2 | ||||
-rw-r--r-- | src/server/scripts/Northrend/VaultOfArchavon/boss_archavon.cpp | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_05_18_world_2016_07_15_04_world.sql b/sql/updates/world/master/2017_02_05_18_world_2016_07_15_04_world.sql new file mode 100644 index 00000000000..e45302cde89 --- /dev/null +++ b/sql/updates/world/master/2017_02_05_18_world_2016_07_15_04_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_text` SET `type`=41 WHERE `entry`=31125 AND `groupid`=1 AND `id`=0; 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); |