fix(DB/Quest) - Burning To Help no longer requires Sharpening Your Talons (#23982)

Co-authored-by: FlyingArowana <TheSCREWEDSoftware@users.noreply.github.com>
This commit is contained in:
Ryan Turner 2025-11-30 09:38:43 +00:00 committed by GitHub
parent 2e3cddb9d2
commit f526c778e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- Burning to Help doesn't require Sharpening Your Talons
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE `ID` = 12683;