fix(Scripts/SlavePens): Remove permanent knockback aura on ice spear bunny. (#19152)
Init.
This commit is contained in:
parent
a9c93cc94e
commit
5740fda8ad
2 changed files with 2 additions and 0 deletions
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue