mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-30 17:13:47 +00:00
fix(DB/quest): remove quest Sartheril's Haven from quest chain (#7234)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1628103343468216300');
|
||||
|
||||
-- Removed the quest Sartheril's Haven(9395) from the quest chain starting at The Wayward Apprentice [9254]
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 9395);
|
||||
|
||||
Reference in New Issue
Block a user