aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyreth <Wyreth@users.noreply.github.com>2017-09-27 17:42:23 +0200
committerKillyana <morphone1@gmail.com>2017-09-27 17:42:23 +0200
commit7012a7ecf0cdff0bfe92b87e9c95cb6e676bb805 (patch)
tree32962f8d953cd92cac605b6b01f99dd1130f7e13
parent3fab69071c6a39fefb85484c07fd88731c6f6c6e (diff)
DB/Quest: Fix chaining for quests Martek the Exiled and Encrusted Tail Fin
Closes #20453
-rw-r--r--sql/updates/world/3.3.5/2017_09_27_01_world_335.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_09_27_01_world_335.sql b/sql/updates/world/3.3.5/2017_09_27_01_world_335.sql
new file mode 100644
index 00000000000..d537d6ec2ae
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_09_27_01_world_335.sql
@@ -0,0 +1,4 @@
+--
+UPDATE `quest_template_addon` SET `NextQuestID`=0, `PrevQuestID`=0 WHERE `id` IN (1106, 1107);
+UPDATE `quest_template_addon` SET `NextQuestID`=1106 WHERE `id` IN (1104);
+UPDATE `quest_template_addon` SET `NextQuestID`=1107 WHERE `id` IN (1105);