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:
FlyingArowana 2024-11-30 09:35:17 +00:00 committed by GitHub
parent a22403356c
commit 2ff4788b90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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