mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
fix(DB/Quest): Secrets of the Flamebinders quest chain (#2873)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1586601593003530500');
|
||||
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 12294, `NextQuestID` = 12225, `ExclusiveGroup` = -12222 WHERE `id` IN (12222, 12223);
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 12222 WHERE `id` = 12255;
|
||||
Reference in New Issue
Block a user