mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
@@ -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);
|
||||
Reference in New Issue
Block a user