fix(Quest/DB) - Removed the prequesite for Observing the Sporelings (#22004)

This commit is contained in:
Ryan Turner 2025-06-06 22:53:16 +01:00 committed by GitHub
parent e824525a31
commit 481046ad8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- Removes: Watcher leesa'oh (9697) as pre-requesite from Observing the Sporelings (9701)
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 9701);