mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-13 23:43:44 +00:00
5
data/sql/updates/db_world/2025_11_29_02.sql
Normal file
5
data/sql/updates/db_world/2025_11_29_02.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2025_11_29_01 -> 2025_11_29_02
|
||||
--
|
||||
UPDATE `quest_template` SET `RewardNextQuest` = 0 WHERE (`ID` = 11287);
|
||||
UPDATE `quest_template_addon` SET `NextQuestID` = 0 WHERE (`ID` = 11287);
|
||||
UPDATE `quest_template_addon` SET `ExclusiveGroup` = 11287 WHERE `ID` IN (11287, 11286);
|
||||
Reference in New Issue
Block a user