From 55314ac153923176f5c8109009141358270f6d88 Mon Sep 17 00:00:00 2001 From: cherbert Date: Sun, 24 Apr 2016 13:48:36 +0100 Subject: [PATCH] Create ek_kalimdor.001 -- Fix for the first few Draenei starting zone quests Volatile Mutations, Botanist Taerix & Replenishing the Healing Crystals which appear to all be a bit messed up. --- sql/quest fixes/zones/ek_kalimdor.001 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sql/quest fixes/zones/ek_kalimdor.001 diff --git a/sql/quest fixes/zones/ek_kalimdor.001 b/sql/quest fixes/zones/ek_kalimdor.001 new file mode 100644 index 00000000..80ec57d0 --- /dev/null +++ b/sql/quest fixes/zones/ek_kalimdor.001 @@ -0,0 +1,11 @@ +-- Fix up the first few Draenei starting zone quests + +-- q.10302 (Volatile Mutations) +UPDATE quest_template SET PrevQuestId = 9371, NextQuestId = 9293, NextQuestIdChain = 9293 WHERE Id = 10302 + +-- q.9371 (Botanist Taerix) +UPDATE quest_template SET PrevQuestId = 9409, NextQuestId = 10302, NextQuestIdChain = 10302 WHERE Id = 9371 + +-- q.9280.9369 (Replenishing the Healing Crystals) +UPDATE quest_template SET PrevQuestId = 9279, NextQuestId = 9409, NextQuestIdChain = 9409 WHERE Id = 9280 +UPDATE quest_template SET NextQuestId = 9409, NextQuestIdChain = 9409 WHERE Id = 9369