From daf93d39624199491ba1328579469cff32fc9e15 Mon Sep 17 00:00:00 2001 From: MitchesD Date: Tue, 26 May 2015 11:53:19 +0200 Subject: Rename 2015_MM_DD_NN_world.sql to 2015_05_26_05_world.sql --- sql/updates/world/2015_05_26_05_world.sql | 3 +++ sql/updates/world/2015_MM_DD_NN_world.sql | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 sql/updates/world/2015_05_26_05_world.sql delete mode 100644 sql/updates/world/2015_MM_DD_NN_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_05_26_05_world.sql b/sql/updates/world/2015_05_26_05_world.sql new file mode 100644 index 00000000000..d7ef0e17204 --- /dev/null +++ b/sql/updates/world/2015_05_26_05_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` = 39291; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(39291, 'spell_remove_kargath_executioner'); diff --git a/sql/updates/world/2015_MM_DD_NN_world.sql b/sql/updates/world/2015_MM_DD_NN_world.sql deleted file mode 100644 index d7ef0e17204..00000000000 --- a/sql/updates/world/2015_MM_DD_NN_world.sql +++ /dev/null @@ -1,3 +0,0 @@ -DELETE FROM `spell_script_names` WHERE `spell_id` = 39291; -INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES -(39291, 'spell_remove_kargath_executioner'); -- cgit v1.2.3