mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 06:06:23 +00:00
fix(DB/Quest) - Remove the wrong prerequisite Escape from Skettis and Hungry Nether Rays (#20753)
* Created File * Removed the prequiste quests * Space correction
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
--
|
||||
-- To Skettis! requirement removed from Escape from Skettis
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 11085);
|
||||
|
||||
-- To Skettis! requirement removed from Hungry Nether Rays
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 11093);
|
||||
Reference in New Issue
Block a user