mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
fix(DB/Quest): To Dragon's Fall requires all three Wanted quests (#26242)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- To Dragon's Fall - requires all three Wanted quests
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 12089 WHERE `ID` = 12095;
|
||||
UPDATE `quest_template_addon` SET `ExclusiveGroup` = -12089 WHERE `ID` IN (12089, 12090, 12091);
|
||||
Reference in New Issue
Block a user