From 73f8af325de24b2ae80519667a50c4c6e4debb44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 8 Mar 2026 17:31:55 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 7fe5800745429f49b268d2879f5244560cad8000 --- .../rev_1772987652770167121.sql => db_world/2026_03_08_03.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1772987652770167121.sql => db_world/2026_03_08_03.sql} (78%) diff --git a/data/sql/updates/pending_db_world/rev_1772987652770167121.sql b/data/sql/updates/db_world/2026_03_08_03.sql similarity index 78% rename from data/sql/updates/pending_db_world/rev_1772987652770167121.sql rename to data/sql/updates/db_world/2026_03_08_03.sql index e883f4462..d649c64eb 100644 --- a/data/sql/updates/pending_db_world/rev_1772987652770167121.sql +++ b/data/sql/updates/db_world/2026_03_08_03.sql @@ -1,2 +1,3 @@ +-- DB update 2026_03_08_02 -> 2026_03_08_03 -- Remove SPELL_ATTR0_CU_DONT_BREAK_STEALTH (0x40) from Piercing Howl UPDATE `spell_custom_attr` SET `attributes` = `attributes` & ~(64) WHERE `spell_id` = 12323;