DB/Creature: Remove unneeded SAI for Water Terror and move the aura to creature addon

Closes #16107

(cherry picked from commit 335ec729bd)
This commit is contained in:
Killyana
2015-12-29 17:34:33 +01:00
committed by MitchesD
parent 5d7cc696b8
commit 44e2a7fbc6

View File

@@ -0,0 +1,4 @@
--
UPDATE `creature_template` SET `AIName`='' WHERE `entry`=30645;
DELETE FROM `smart_scripts` WHERE `entryorguid` = 30645 AND `source_type` = 0;
UPDATE `creature_template_addon` SET `auras`=57664 WHERE `entry`=30645;