mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
fix(DB/Quest) Class Training quest for Sunstrider Isle (#9355)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1637899043891697627');
|
||||
|
||||
-- Training quest should not be available until after Quest 8325 Reclaiming Sunstrider Isle is complete
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID`=8325 WHERE `ID` IN (8328,8563,8564,9392,9393,9676);
|
||||
Reference in New Issue
Block a user