From a361a10a0199b313cef568c366b46b700c0ad5ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 21 Mar 2026 15:38:07 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): a7f61ed86a647e48e267113c95b87a48d767442d --- .../2026_03_21_04.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_flexweave_underlay_script.sql => db_world/2026_03_21_04.sql} (79%) diff --git a/data/sql/updates/pending_db_world/rev_flexweave_underlay_script.sql b/data/sql/updates/db_world/2026_03_21_04.sql similarity index 79% rename from data/sql/updates/pending_db_world/rev_flexweave_underlay_script.sql rename to data/sql/updates/db_world/2026_03_21_04.sql index 03f85741e..39717e0a7 100644 --- a/data/sql/updates/pending_db_world/rev_flexweave_underlay_script.sql +++ b/data/sql/updates/db_world/2026_03_21_04.sql @@ -1,2 +1,3 @@ +-- DB update 2026_03_21_03 -> 2026_03_21_04 DELETE FROM `spell_script_names` WHERE `spell_id` = 55002; INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (55002, 'spell_item_flexweave_underlay');