fix(DB/Quest): Light Won't Grant Me Vengeance now requires Crusader Forward Camp (#23876)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc 2025-11-24 18:53:44 -06:00 committed by GitHub
parent ae3ff5f840
commit 240c29a1fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- Light Won't Grant Me Vengeance requires Crusader Forward Camp
UPDATE `quest_template_addon` SET `PrevQuestID` = 12894 WHERE `ID` = 12904;