parent
240c29a1fb
commit
74195db21b
3 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
@ -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;
|
||||
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue