From a8a59ec7e2a0c6475af76ac3be364a016cb60820 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Oct 2024 12:29:53 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 94a03c629bed80b1377c9ab0de69ab33c208ca31 --- .../najentus-spine-removal.sql => db_world/2024_10_11_03.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/najentus-spine-removal.sql => db_world/2024_10_11_03.sql} (79%) diff --git a/data/sql/updates/pending_db_world/najentus-spine-removal.sql b/data/sql/updates/db_world/2024_10_11_03.sql similarity index 79% rename from data/sql/updates/pending_db_world/najentus-spine-removal.sql rename to data/sql/updates/db_world/2024_10_11_03.sql index 30e5e21e4..5cf50733b 100644 --- a/data/sql/updates/pending_db_world/najentus-spine-removal.sql +++ b/data/sql/updates/db_world/2024_10_11_03.sql @@ -1,2 +1,3 @@ +-- DB update 2024_10_11_02 -> 2024_10_11_03 DELETE FROM `spell_script_names` WHERE `spell_id` = 40354; INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (40354, 'spell_najentus_remove_spines');