diff --git a/data/sql/updates/pending_db_world/Dragonflayer_defender.sql b/data/sql/updates/db_world/2025_11_13_04.sql similarity index 99% rename from data/sql/updates/pending_db_world/Dragonflayer_defender.sql rename to data/sql/updates/db_world/2025_11_13_04.sql index b443e95d6..ddabdc449 100644 --- a/data/sql/updates/pending_db_world/Dragonflayer_defender.sql +++ b/data/sql/updates/db_world/2025_11_13_04.sql @@ -1,3 +1,4 @@ +-- DB update 2025_11_13_03 -> 2025_11_13_04 -- Set Sniffed Unit_flag (Vrykul Harpoon Gun) UPDATE `creature_template` SET `unit_flags` = `unit_flags` &~ 4 WHERE (`entry` = 27992); diff --git a/data/sql/updates/pending_db_world/rev_1762695074553179900.sql b/data/sql/updates/db_world/2025_11_13_05.sql similarity index 88% rename from data/sql/updates/pending_db_world/rev_1762695074553179900.sql rename to data/sql/updates/db_world/2025_11_13_05.sql index d904daadf..205f572e9 100644 --- a/data/sql/updates/pending_db_world/rev_1762695074553179900.sql +++ b/data/sql/updates/db_world/2025_11_13_05.sql @@ -1,3 +1,4 @@ +-- DB update 2025_11_13_04 -> 2025_11_13_05 -- Makes sure the Shaman player gets the required ritual toch item and that requires the quest to drop UPDATE `item_loot_template` SET `Chance` = 0, `QuestRequired` = 1, `GroupId` = 1 WHERE `Entry` = 24336 AND `Item` = 23682; UPDATE `item_loot_template` SET `Chance` = 0, `GroupId` = 2 WHERE `Entry` = 24336 AND `Item` = 24335;