From 0fc6f468e6cf0c6f15a58bc02146a239965a7cbc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 14 Nov 2024 03:01:47 +0000 Subject: chore(DB): import pending files Referenced commit(s): b7732690c97a285026db6653f296ad01c7ca72b6 --- data/sql/updates/db_world/2024_11_14_01.sql | 6 ++++++ data/sql/updates/pending_db_world/rev_1731534309713710300.sql | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 data/sql/updates/db_world/2024_11_14_01.sql delete mode 100644 data/sql/updates/pending_db_world/rev_1731534309713710300.sql (limited to 'data') diff --git a/data/sql/updates/db_world/2024_11_14_01.sql b/data/sql/updates/db_world/2024_11_14_01.sql new file mode 100644 index 0000000000..0cdf5c27ab --- /dev/null +++ b/data/sql/updates/db_world/2024_11_14_01.sql @@ -0,0 +1,6 @@ +-- DB update 2024_11_14_00 -> 2024_11_14_01 +-- +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_entropius_negative_energy'; +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_entropius_negative_energy_periodic' AND `spell_id` = 46284; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(46284, 'spell_entropius_negative_energy_periodic'); diff --git a/data/sql/updates/pending_db_world/rev_1731534309713710300.sql b/data/sql/updates/pending_db_world/rev_1731534309713710300.sql deleted file mode 100644 index 20b284f409..0000000000 --- a/data/sql/updates/pending_db_world/rev_1731534309713710300.sql +++ /dev/null @@ -1,5 +0,0 @@ --- -DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_entropius_negative_energy'; -DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_entropius_negative_energy_periodic' AND `spell_id` = 46284; -INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES -(46284, 'spell_entropius_negative_energy_periodic'); -- cgit v1.2.3