mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
DB/Creature: Remove unneeded SAI for Water Terror and move the aura to creature addon
Closes #16107
This commit is contained in:
4
sql/updates/world/2015_12_29_04_world.sql
Normal file
4
sql/updates/world/2015_12_29_04_world.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