From e607736dfee93ea3ff250c9cfc39be4b46ef22f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 11 Sep 2025 12:15:42 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): e1abb7f34660cf68fbd6b82b17e036536d59e1cf --- .../rev_1746262733742509979.sql => db_world/2025_09_11_02.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1746262733742509979.sql => db_world/2025_09_11_02.sql} (94%) diff --git a/data/sql/updates/pending_db_world/rev_1746262733742509979.sql b/data/sql/updates/db_world/2025_09_11_02.sql similarity index 94% rename from data/sql/updates/pending_db_world/rev_1746262733742509979.sql rename to data/sql/updates/db_world/2025_09_11_02.sql index 575673328..e25ff1ed2 100644 --- a/data/sql/updates/pending_db_world/rev_1746262733742509979.sql +++ b/data/sql/updates/db_world/2025_09_11_02.sql @@ -1,3 +1,4 @@ +-- DB update 2025_09_11_01 -> 2025_09_11_02 -- -- Sword Specialization: Hamstring 0x0002, Rend 0x0020, Sunder Armor 0x4000 UPDATE `spell_proc_event` SET `SpellFamilyMask0`=`SpellFamilyMask0` | (0x0002 | 0x0020 | 0x4000) WHERE `entry`=-12281;