fix(DB/Quest): 'The Aberrations Must Die.' is available early (#22889)

This commit is contained in:
Jelle Meeus
2025-09-11 17:01:26 -07:00
committed by GitHub
parent 0a3f5544b4
commit 558870af9e

View File

@@ -0,0 +1,5 @@
--
-- The Aberrations Must Die.
UPDATE `quest_template_addon` SET `PrevQuestID` = 12925 WHERE (`ID` = 13425);
-- The Aberrations Must Die. is always available
DELETE FROM `pool_quest` WHERE `entry`=13425 and `pool_entry` = 354;