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:
parent
621641f1e1
commit
b92976fa50
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue