mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
fix(Scripts/SlavePens): Remove permanent knockback aura on ice spear bunny. (#19152)
Init.
This commit is contained in:
1
data/sql/updates/pending_db_world/ahune-ice-spear.sql
Normal file
1
data/sql/updates/pending_db_world/ahune-ice-spear.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `creature_template_addon` SET `auras` = 75498 WHERE `entry` = 25985;
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user