chore(DB): import pending files

Referenced commit(s): b92976fa50
This commit is contained in:
github-actions[bot]
2025-11-25 00:54:35 +00:00
parent 240c29a1fb
commit 74195db21b
3 changed files with 3 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
-- DB update 2025_11_24_03 -> 2025_11_25_00
-- Light Won't Grant Me Vengeance requires Crusader Forward Camp
UPDATE `quest_template_addon` SET `PrevQuestID` = 12894 WHERE `ID` = 12904;

View File

@@ -1,2 +1,3 @@
-- DB update 2025_11_25_00 -> 2025_11_25_01
-- Makes the quest "Remember Everfrost" repetable
UPDATE `quest_template_addon` SET `SpecialFlags` = `SpecialFlags` | 1 WHERE `ID` = 13421;

View File

@@ -1,2 +1,3 @@
-- DB update 2025_11_25_01 -> 2025_11_25_02
-- Removes the pre-quest for Elixir of Pain [502] for Elixir of Agony
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 509);