mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-14 07:53:44 +00:00
6
data/sql/updates/db_world/2025_09_12_00.sql
Normal file
6
data/sql/updates/db_world/2025_09_12_00.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2025_09_11_03 -> 2025_09_12_00
|
||||
--
|
||||
-- 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