fix(Scripts/SlavePens): Remove permanent knockback aura on ice spear bunny. (#19152)

Init.
This commit is contained in:
Benjamin Jackson 2024-06-26 16:26:58 -04:00 committed by GitHub
parent a9c93cc94e
commit 5740fda8ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
UPDATE `creature_template_addon` SET `auras` = 75498 WHERE `entry` = 25985;

View file

@ -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,