fix(DB/Quest) - Elixir of Agony doesn't require any quest to be picked up (#23883)

Co-authored-by: FlyingArowana <TheSCREWEDSoftware@users.noreply.github.com>
This commit is contained in:
Ryan Turner
2025-11-25 00:53:26 +00:00
committed by GitHub
parent 621641f1e1
commit b92976fa50

View File

@@ -0,0 +1,2 @@
-- Removes the pre-quest for Elixir of Pain [502] for Elixir of Agony
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 509);