mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
fix(DB/Quest): The Amphitheater of Anguish: Yggdras! (#10412)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1643414073960798400');
|
||||
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 0, `ExclusiveGroup` = 12932 WHERE `ID` = 12932;
|
||||
DELETE FROM `quest_template_addon` WHERE `ID` = 12954;
|
||||
INSERT INTO `quest_template_addon` (`ID`, `PrevQuestID`, `ExclusiveGroup`, `SpecialFlags`) VALUES
|
||||
(12954, 9977, 12932, 2);
|
||||
Reference in New Issue
Block a user