diff --git a/data/sql/updates/pending_db_world/ahune-ice-spear.sql b/data/sql/updates/pending_db_world/ahune-ice-spear.sql new file mode 100644 index 000000000..5e495ee25 --- /dev/null +++ b/data/sql/updates/pending_db_world/ahune-ice-spear.sql @@ -0,0 +1 @@ +UPDATE `creature_template_addon` SET `auras` = 75498 WHERE `entry` = 25985; diff --git a/src/server/scripts/Outland/CoilfangReservoir/SlavePens/boss_ahune.cpp b/src/server/scripts/Outland/CoilfangReservoir/SlavePens/boss_ahune.cpp index caa25161c..04550cd12 100644 --- a/src/server/scripts/Outland/CoilfangReservoir/SlavePens/boss_ahune.cpp +++ b/src/server/scripts/Outland/CoilfangReservoir/SlavePens/boss_ahune.cpp @@ -82,6 +82,7 @@ enum Spells SPELL_SUMMON_ICE_SPEAR_GO = 46369, SPELL_ICE_SPEAR_DELAY = 46878, SPELL_ICE_SPEAR_VISUAL = 75498, + // todo: 46588 damage component // Slippery Floor SPELL_SLIPPERY_FLOOR_AMBIENT = 46314,