From bde97ca36e65a5c369ca8d18fe912b864b0537b2 Mon Sep 17 00:00:00 2001 From: kaelima Date: Mon, 9 May 2011 20:35:11 +0200 Subject: DB/SQL: Rename recently added sqls to proper naming. *poke* Shocker --- sql/updates/world/2011_05_08_00_spell_script_names.sql | 4 ---- sql/updates/world/2011_05_08_00_world_spell_script_names.sql | 4 ++++ sql/updates/world/2011_05_08_01_spell_script_names.sql | 5 ----- sql/updates/world/2011_05_08_01_world_spell_script_names.sql | 5 +++++ sql/updates/world/2011_05_09_00_trinity_string.sql | 1 - sql/updates/world/2011_05_09_00_world_trinity_string.sql | 1 + 6 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 sql/updates/world/2011_05_08_00_spell_script_names.sql create mode 100644 sql/updates/world/2011_05_08_00_world_spell_script_names.sql delete mode 100644 sql/updates/world/2011_05_08_01_spell_script_names.sql create mode 100644 sql/updates/world/2011_05_08_01_world_spell_script_names.sql delete mode 100644 sql/updates/world/2011_05_09_00_trinity_string.sql create mode 100644 sql/updates/world/2011_05_09_00_world_trinity_string.sql (limited to 'sql') diff --git a/sql/updates/world/2011_05_08_00_spell_script_names.sql b/sql/updates/world/2011_05_08_00_spell_script_names.sql deleted file mode 100644 index 92908028ab2..00000000000 --- a/sql/updates/world/2011_05_08_00_spell_script_names.sql +++ /dev/null @@ -1,4 +0,0 @@ -DELETE FROM `spell_script_names` WHERE `spell_id`=63276; -INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) -VALUES -(63276,'spell_mark_of_the_faceless'); diff --git a/sql/updates/world/2011_05_08_00_world_spell_script_names.sql b/sql/updates/world/2011_05_08_00_world_spell_script_names.sql new file mode 100644 index 00000000000..92908028ab2 --- /dev/null +++ b/sql/updates/world/2011_05_08_00_world_spell_script_names.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=63276; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) +VALUES +(63276,'spell_mark_of_the_faceless'); diff --git a/sql/updates/world/2011_05_08_01_spell_script_names.sql b/sql/updates/world/2011_05_08_01_spell_script_names.sql deleted file mode 100644 index 3a1558a7c39..00000000000 --- a/sql/updates/world/2011_05_08_01_spell_script_names.sql +++ /dev/null @@ -1,5 +0,0 @@ -DELETE FROM `spell_script_names` WHERE `spell_id` IN (63489,62274); -INSERT INTO `spell_script_names` -VALUES -(63489, 'spell_shield_of_runes'), -(62274, 'spell_shield_of_runes'); diff --git a/sql/updates/world/2011_05_08_01_world_spell_script_names.sql b/sql/updates/world/2011_05_08_01_world_spell_script_names.sql new file mode 100644 index 00000000000..3a1558a7c39 --- /dev/null +++ b/sql/updates/world/2011_05_08_01_world_spell_script_names.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN (63489,62274); +INSERT INTO `spell_script_names` +VALUES +(63489, 'spell_shield_of_runes'), +(62274, 'spell_shield_of_runes'); diff --git a/sql/updates/world/2011_05_09_00_trinity_string.sql b/sql/updates/world/2011_05_09_00_trinity_string.sql deleted file mode 100644 index 4050d1e600b..00000000000 --- a/sql/updates/world/2011_05_09_00_trinity_string.sql +++ /dev/null @@ -1 +0,0 @@ -UPDATE `trinity_string` SET `content_default` = 'Mute time remaining: %s, Ban time remaining: %s' WHERE `entry` = 550; diff --git a/sql/updates/world/2011_05_09_00_world_trinity_string.sql b/sql/updates/world/2011_05_09_00_world_trinity_string.sql new file mode 100644 index 00000000000..4050d1e600b --- /dev/null +++ b/sql/updates/world/2011_05_09_00_world_trinity_string.sql @@ -0,0 +1 @@ +UPDATE `trinity_string` SET `content_default` = 'Mute time remaining: %s, Ban time remaining: %s' WHERE `entry` = 550; -- cgit v1.2.3