From d3a914d90fc5a4fd7368b6e88e1511f008f995ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 25 Feb 2026 16:13:42 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 823bf84a1243598593c27d0f2921919c01ff2e0e --- .../2026_02_25_08.sql} | 1 + .../rev_1772001104333030701.sql => db_world/2026_02_25_09.sql} | 1 + 2 files changed, 2 insertions(+) rename data/sql/updates/{pending_db_world/fix_shaman_t8_electrified_double_proc.sql => db_world/2026_02_25_08.sql} (80%) rename data/sql/updates/{pending_db_world/rev_1772001104333030701.sql => db_world/2026_02_25_09.sql} (87%) diff --git a/data/sql/updates/pending_db_world/fix_shaman_t8_electrified_double_proc.sql b/data/sql/updates/db_world/2026_02_25_08.sql similarity index 80% rename from data/sql/updates/pending_db_world/fix_shaman_t8_electrified_double_proc.sql rename to data/sql/updates/db_world/2026_02_25_08.sql index 68bcbf01a..9ecbd30d7 100644 --- a/data/sql/updates/pending_db_world/fix_shaman_t8_electrified_double_proc.sql +++ b/data/sql/updates/db_world/2026_02_25_08.sql @@ -1,2 +1,3 @@ +-- DB update 2026_02_25_07 -> 2026_02_25_08 -- Remove stale spell_script_names entry for spell_sha_t8_electrified. DELETE FROM `spell_script_names` WHERE `spell_id` = 64928 AND `ScriptName` = 'spell_sha_t8_electrified'; diff --git a/data/sql/updates/pending_db_world/rev_1772001104333030701.sql b/data/sql/updates/db_world/2026_02_25_09.sql similarity index 87% rename from data/sql/updates/pending_db_world/rev_1772001104333030701.sql rename to data/sql/updates/db_world/2026_02_25_09.sql index 51eced45e..149b2ace9 100644 --- a/data/sql/updates/pending_db_world/rev_1772001104333030701.sql +++ b/data/sql/updates/db_world/2026_02_25_09.sql @@ -1,3 +1,4 @@ +-- DB update 2026_02_25_08 -> 2026_02_25_09 -- Focused Attacks should not proc from offhand attacks (including Fan of Knives offhand) DELETE FROM `spell_script_names` WHERE `spell_id` = -51634 AND `ScriptName` = 'spell_gen_no_offhand_proc'; INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES