aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2016_11_08_01_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_11_08_01_world.sql b/sql/updates/world/3.3.5/2016_11_08_01_world.sql
new file mode 100644
index 00000000000..d0d4b78c0c3
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_11_08_01_world.sql
@@ -0,0 +1,6 @@
+--
+DELETE FROM `smart_scripts` WHERE `entryorguid` IN (6066,18176) AND `source_type`= 0;
+UPDATE `creature_template` SET `AIName`="", `InhabitType`=`InhabitType`|8 WHERE `entry` IN (6066,18176);
+DELETE FROM `creature_template_addon` WHERE `entry`=6066;
+INSERT INTO `creature_template_addon` (`entry`,`auras`) VALUES (6066,'31982');
+UPDATE `creature_template_addon` SET `auras`='31982' WHERE `entry` IN (18176);