From d03b3e26438e12bda9069969041d50c36119c24b Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Sat, 15 Oct 2016 01:47:47 +0200 Subject: Rename 2016_09_09_20_world.sql to 2016_10_15_00_world.sql --- sql/updates/world/3.3.5/2016_09_09_20_world.sql | 7 ------- sql/updates/world/3.3.5/2016_10_15_00_world.sql | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 sql/updates/world/3.3.5/2016_09_09_20_world.sql create mode 100644 sql/updates/world/3.3.5/2016_10_15_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_09_09_20_world.sql b/sql/updates/world/3.3.5/2016_09_09_20_world.sql deleted file mode 100644 index 2a2b1ae3e8e..00000000000 --- a/sql/updates/world/3.3.5/2016_09_09_20_world.sql +++ /dev/null @@ -1,7 +0,0 @@ --- Gnomish Mind Control Cap and Mind Amplification Dish script -DELETE FROM `spell_script_names` WHERE ScriptName IN ('spell_item_mind_control_cap','spell_item_universal_remote'); -INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES -(67799, 'spell_item_mind_control_cap'), -(13180, 'spell_item_mind_control_cap'), --- Gnomish Universal Remote script -(8344, 'spell_item_universal_remote'); diff --git a/sql/updates/world/3.3.5/2016_10_15_00_world.sql b/sql/updates/world/3.3.5/2016_10_15_00_world.sql new file mode 100644 index 00000000000..2a2b1ae3e8e --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_15_00_world.sql @@ -0,0 +1,7 @@ +-- Gnomish Mind Control Cap and Mind Amplification Dish script +DELETE FROM `spell_script_names` WHERE ScriptName IN ('spell_item_mind_control_cap','spell_item_universal_remote'); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(67799, 'spell_item_mind_control_cap'), +(13180, 'spell_item_mind_control_cap'), +-- Gnomish Universal Remote script +(8344, 'spell_item_universal_remote'); -- cgit v1.2.3