mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
fix(DB/Quest): prevQuest (#4727)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1614968849352707375');
|
||||
|
||||
-- Fix prerequisite for quests "Hallowed Scroll" & "Glyphic Scroll"
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID`=364 WHERE `ID` IN (3097,3098);
|
||||
Reference in New Issue
Block a user