Skip to content

Conversation

@cherbert
Copy link

-- 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.

-- 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.
@tea91
Copy link

tea91 commented Jun 28, 2016

-- 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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants