DB/Quest: Fix chaining for some quests in Venomspite

Closes #20511

(cherry picked from commit 8d5120093d)
This commit is contained in:
Wyreth
2017-10-02 15:24:05 +02:00
committed by Shauren
parent 282a287959
commit 6d57cd4009

View File

@@ -0,0 +1,8 @@
--
UPDATE `quest_template_addon` SET `PrevQuestID`=12206 WHERE `ID`=12211;
UPDATE `quest_template_addon` SET `PrevQuestID`=12230 WHERE `ID`=12240;
DELETE FROM `quest_template_addon` WHERE `ID` IN (12230, 12234, 12214);
INSERT INTO `quest_template_addon` (`ID`, `PrevQuestID`) VALUES
(12230, 12211),
(12234, 12230),
(12214, 12209);