From 4bcb5a058bf735bfc2b32f3900b9a9bb494ae15d Mon Sep 17 00:00:00 2001 From: ariel- Date: Sat, 16 Jul 2016 03:05:55 -0300 Subject: Rename 2016_99_99_99_world.sql to 2016_07_16_03_world.sql --- sql/updates/world/3.3.5/2016_07_16_03_world.sql | 4 ++++ sql/updates/world/3.3.5/2016_99_99_99_world.sql | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 sql/updates/world/3.3.5/2016_07_16_03_world.sql delete mode 100644 sql/updates/world/3.3.5/2016_99_99_99_world.sql (limited to 'sql/updates/world') diff --git a/sql/updates/world/3.3.5/2016_07_16_03_world.sql b/sql/updates/world/3.3.5/2016_07_16_03_world.sql new file mode 100644 index 00000000000..986a96a6d57 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_07_16_03_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_hun_roar_of_sacrifice'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(53480, 'spell_hun_roar_of_sacrifice'); diff --git a/sql/updates/world/3.3.5/2016_99_99_99_world.sql b/sql/updates/world/3.3.5/2016_99_99_99_world.sql deleted file mode 100644 index 986a96a6d57..00000000000 --- a/sql/updates/world/3.3.5/2016_99_99_99_world.sql +++ /dev/null @@ -1,4 +0,0 @@ --- -DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_hun_roar_of_sacrifice'; -INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES -(53480, 'spell_hun_roar_of_sacrifice'); -- cgit v1.2.3