aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2016-07-04 02:36:53 +0200
committerKillyana <morphone1@gmail.com>2016-07-04 02:36:53 +0200
commite5fefebfc3848e11f171b3720385708115b4c222 (patch)
treeacbf750bb5b992ec233e5eeb87abd3c9d797be5f /sql
parent891c1f8ac2bdeb2045af6f3dcea59cd213f94762 (diff)
DB/Quest: Remove outdated quests in Isle of Quel'Danas, and add a missing one
By SnapperRy Closes #17495
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2016_07_04_07_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_07_04_07_world.sql b/sql/updates/world/3.3.5/2016_07_04_07_world.sql
new file mode 100644
index 00000000000..ae262760873
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_07_04_07_world.sql
@@ -0,0 +1,6 @@
+--
+DELETE FROM `creature_queststarter` WHERE `quest` IN (11520, 11532, 11535, 11538, 11539, 11542, 11545);
+
+DELETE FROM `creature_queststarter` WHERE `quest`=11534;
+INSERT INTO `creature_queststarter` VALUES
+(25034, 11534);