diff options
-rw-r--r-- | sql/updates/world/2016_01_17_08_world_2015_12_29_04.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_17_08_world_2015_12_29_04.sql b/sql/updates/world/2016_01_17_08_world_2015_12_29_04.sql new file mode 100644 index 00000000000..22a1ee3edcf --- /dev/null +++ b/sql/updates/world/2016_01_17_08_world_2015_12_29_04.sql @@ -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; |