mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
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:
4
sql/updates/world/2016_01_17_08_world_2015_12_29_04.sql
Normal file
4
sql/updates/world/2016_01_17_08_world_2015_12_29_04.sql
Normal 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;
|
||||
Reference in New Issue
Block a user