DB/Quest: Dragonblight part 2:

- To Dragon's Fall requires completion of Wanted: Magister Keldonus, Wanted: Gigantaur and Wanted: Dreadtalon.
- Black Blood of Yogg-Saron, Marked for Death: High Cultist Zangus and Containing the Rot require completion of Agmar's Hammer.
- Strengthen the Ancients requires completion of The Focus on the Beach.
- Message from the West requires completion of Hellscream's Champion.
- Only one between A Tauren Among Taunka and The Taunka and the Tauren can be completed.
(cherry picked from commit b90afa8857)
This commit is contained in:
SnapperRy
2016-09-16 19:35:32 +02:00
committed by joschiwald
parent a893855e07
commit 4ea38046b1

View File

@@ -0,0 +1,20 @@
--
DELETE FROM `quest_template_addon` WHERE `ID` IN (12089, 12090, 12091);
INSERT INTO `quest_template_addon` (`ID`, `NextQuestID`, `ExclusiveGroup`) VALUES
(12089, 12095, -12089),
(12090, 12095, -12089),
(12091, 12095, -12089);
UPDATE `quest_template_addon` SET `PrevQuestID`=12008 WHERE `ID`=12039;
DELETE FROM `quest_template_addon` WHERE `ID` IN (12056, 12100);
INSERT INTO `quest_template_addon` (`ID`, `PrevQuestID`) VALUES
(12056, 12008),
(12100, 12008);
UPDATE `quest_template_addon` SET `PrevQuestID`=12066 WHERE `ID`=12096;
UPDATE `quest_template_addon` SET `PrevQuestID`=11916 WHERE `ID`=12033;
UPDATE `quest_template_addon` SET `ExclusiveGroup`=11977 WHERE `ID`=11977;
DELETE FROM `quest_template_addon` WHERE `ID`=11979;
INSERT INTO `quest_template_addon` (`ID`, `ExclusiveGroup`) VALUES
(11979, 11977);