From 6b7a61483b9251839014845c4e51a02be480bb55 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 30 Aug 2024 12:05:27 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 2bb45fcd30d3dbf8dac2e4b11faa935674caba54 --- .../shared-rule.sql => db_world/2024_08_30_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/shared-rule.sql => db_world/2024_08_30_00.sql} (80%) diff --git a/data/sql/updates/pending_db_world/shared-rule.sql b/data/sql/updates/db_world/2024_08_30_00.sql similarity index 80% rename from data/sql/updates/pending_db_world/shared-rule.sql rename to data/sql/updates/db_world/2024_08_30_00.sql index 783925bfa..c9da5d584 100644 --- a/data/sql/updates/pending_db_world/shared-rule.sql +++ b/data/sql/updates/db_world/2024_08_30_00.sql @@ -1,2 +1,3 @@ +-- DB update 2024_08_29_01 -> 2024_08_30_00 DELETE FROM `spell_script_names` WHERE `spell_id` = 41455; INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (41455, 'spell_illidari_council_circle_of_healing');