From cf279500e42d0877baebfde45d84770f2fab0ab6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 13 Nov 2025 15:07:17 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 1090c209b302dee40fd96381ec3538b75cf3f4a7 --- .../Dragonflayer_defender.sql => db_world/2025_11_13_04.sql} | 1 + .../rev_1762695074553179900.sql => db_world/2025_11_13_05.sql} | 1 + 2 files changed, 2 insertions(+) rename data/sql/updates/{pending_db_world/Dragonflayer_defender.sql => db_world/2025_11_13_04.sql} (99%) rename data/sql/updates/{pending_db_world/rev_1762695074553179900.sql => db_world/2025_11_13_05.sql} (88%) 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;