fix(Quest/HillsbradFoothills) Elixir of Pain quest now has no prerequisite (#21662)

Co-authored-by: sudlud <sudlud@users.noreply.github.com>
This commit is contained in:
blinkysc 2025-03-09 16:42:51 -05:00 committed by GitHub
parent 0b24431768
commit 5ab3997c40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- XOR PrevQuestID that was 499 Elixir of Suffering
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE `ID` = 501;