mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
fix(DB/Quest): 'The Aberrations Must Die.' is available early (#22889)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user