aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_11_10_01_world_misc.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_11_10_01_world_misc.sql b/sql/updates/world/2013_11_10_01_world_misc.sql
new file mode 100644
index 00000000000..72881a96924
--- /dev/null
+++ b/sql/updates/world/2013_11_10_01_world_misc.sql
@@ -0,0 +1,3 @@
+UPDATE `creature_template` SET `AIName` = '', `ScriptName`= 'boss_mennu_the_betrayer' WHERE entry=17991;
+DELETE FROM creature_ai_scripts WHERE creature_id=17991;
+DELETE FROM creature_ai_texts WHERE entry BETWEEN -98 AND -93;