mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
11
data/sql/updates/db_world/2024_11_22_01.sql
Normal file
11
data/sql/updates/db_world/2024_11_22_01.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- DB update 2024_11_22_00 -> 2024_11_22_01
|
||||
--
|
||||
-- fix (db/Quest) - Makes a bunch of "mandatory" quests into "optional" 2.0
|
||||
-- The Spirits of Stonetalon requirement removed from Goblin Invaders
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 1062);
|
||||
|
||||
-- Lost Deathstalkers requirement removed from Wild Hearts
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 429);
|
||||
|
||||
-- Vital Intelligence requirement removed from At War With The Scarlet Crusade (1/4)
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 427);
|
||||
Reference in New Issue
Block a user