fix(DB/Quest): "A Score to Settle" now requires "Report to Anselm" to be completed (#24318)

Co-authored-by: FlyingArowana <TheSCREWEDSoftware@users.noreply.github.com>
This commit is contained in:
Ryan Turner
2026-01-05 01:39:31 +00:00
committed by GitHub
parent f311d8aad4
commit 3993c02e13

View File

@@ -0,0 +1,2 @@
-- "A Score to Settle" requires "Report to Anselm"
UPDATE `quest_template_addon` SET `PrevQuestID` = 11234 WHERE `ID` = 11272;