From 4d2886196f41996fddec5ae1014a83aadc3d3a66 Mon Sep 17 00:00:00 2001 From: ariel- Date: Fri, 29 Dec 2017 20:00:02 -0300 Subject: Rename 2017_12_29_00_world.sql.sql to 2017_12_29_00_world.sql --- sql/updates/world/3.3.5/2017_12_29_00_world.sql | 3 +++ sql/updates/world/3.3.5/2017_12_29_00_world.sql.sql | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 sql/updates/world/3.3.5/2017_12_29_00_world.sql delete mode 100644 sql/updates/world/3.3.5/2017_12_29_00_world.sql.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_12_29_00_world.sql b/sql/updates/world/3.3.5/2017_12_29_00_world.sql new file mode 100644 index 00000000000..b6c0dd3bcb6 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_12_29_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_item_valanyr_hammer_of_ancient_kings'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(64415,'spell_item_valanyr_hammer_of_ancient_kings'); diff --git a/sql/updates/world/3.3.5/2017_12_29_00_world.sql.sql b/sql/updates/world/3.3.5/2017_12_29_00_world.sql.sql deleted file mode 100644 index b6c0dd3bcb6..00000000000 --- a/sql/updates/world/3.3.5/2017_12_29_00_world.sql.sql +++ /dev/null @@ -1,3 +0,0 @@ -DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_item_valanyr_hammer_of_ancient_kings'; -INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES -(64415,'spell_item_valanyr_hammer_of_ancient_kings'); -- cgit v1.2.3