mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
fix(DB/creature_template_addon): Add 'Shadowform' aura to Saronite Animus (#3805)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1606636935711383900');
|
||||
|
||||
-- Apply 'Shadowform' Aura to Saronite Animus
|
||||
|
||||
UPDATE `creature_template_addon` SET `auras` = '63359' WHERE `entry` IN (33524,34152);
|
||||
|
||||
Reference in New Issue
Block a user