mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-17 01:04:34 +00:00
4
data/sql/updates/db_world/2025_03_16_00.sql
Normal file
4
data/sql/updates/db_world/2025_03_16_00.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2025_03_15_00 -> 2025_03_16_00
|
||||
-- Fixes Zangarmarsh Quest "A Job Undone" invalid prerequisite quest
|
||||
-- closes https://github.com/azerothcore/azerothcore-wotlk/issues/21708
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 9773 WHERE (`ID` = 9899);
|
||||
Reference in New Issue
Block a user