mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user