parent
481046ad8b
commit
90a101cedb
2 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue