chore(DB): import pending files

Referenced commit(s): e824525a31
This commit is contained in:
github-actions[bot]
2025-06-06 21:53:56 +00:00
parent 481046ad8b
commit 90a101cedb
2 changed files with 2 additions and 0 deletions

View File

@@ -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);

View File

@@ -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);