fix(DB/quest): remove quest Sartheril's Haven from quest chain (#7234)

This commit is contained in:
Asthalor
2021-08-10 10:41:31 +02:00
committed by GitHub
parent ac3631902b
commit c88c6e2986

View File

@@ -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);