aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2017_10_22_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_22_00_world.sql b/sql/updates/world/3.3.5/2017_10_22_00_world.sql
new file mode 100644
index 00000000000..7dbd71c3e73
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_10_22_00_world.sql
@@ -0,0 +1,4 @@
+--
+UPDATE `creature_template` SET `unit_flags`=512, `ScriptName`="npc_captain_tyralius" WHERE `entry`=20787;
+UPDATE `creature_template` SET `AIName`="" WHERE `entry`=20825;
+DELETE FROM `creature` WHERE `id` IN (20787, 20825);