fix(DB/creature_template_addon): Add 'Shadowform' aura to Saronite Animus (#3805)

This commit is contained in:
Vox
2020-12-11 12:03:45 -05:00
committed by GitHub
parent e069ef649d
commit 1fb71189c7

View File

@@ -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);