mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
@@ -1,2 +1,3 @@
|
||||
-- DB update 2025_06_05_03 -> 2025_06_06_00
|
||||
-- Removes: Watcher leesa'oh (9697) as pre-requesite from Observing the Sporelings (9701)
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 9701);
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2025_06_06_00 -> 2025_06_06_01
|
||||
-- Sets SpecialFlags from 0 to 1, allowing Fine Gold Thread to be repeatable.
|
||||
UPDATE `quest_template_addon` SET `SpecialFlags` = `SpecialFlags` | 1 WHERE (`ID` = 4785);
|
||||
Reference in New Issue
Block a user