fix(DB/Quests): Remove The Crystals quest requirement (#24113)

This commit is contained in:
rorshan 2025-12-16 20:49:21 +01:00 committed by GitHub
parent 39c738e05d
commit 9553b05dbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- PrevQuestID 11009 to 0, The Crystals doesn't have Ogre Heaven as a requirement
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 11025);