From 6b78efdcd6f21135faa789c9402587b95a3b37b2 Mon Sep 17 00:00:00 2001 From: Nay Date: Fri, 15 Mar 2013 20:44:07 +0000 Subject: SQL: Rename SQL file after PR merge --- sql/updates/world/2013_03_11_01_world_trinty_strings.sql | 2 -- sql/updates/world/2013_03_15_01_world_trinity_strings.sql | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 sql/updates/world/2013_03_11_01_world_trinty_strings.sql create mode 100644 sql/updates/world/2013_03_15_01_world_trinity_strings.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2013_03_11_01_world_trinty_strings.sql b/sql/updates/world/2013_03_11_01_world_trinty_strings.sql deleted file mode 100644 index c4a76a4e4f7..00000000000 --- a/sql/updates/world/2013_03_11_01_world_trinty_strings.sql +++ /dev/null @@ -1,2 +0,0 @@ -DELETE FROM `trinity_string` where `entry` = 363; -INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES ('363', 'Player %s cannot whisper you any longer.'); diff --git a/sql/updates/world/2013_03_15_01_world_trinity_strings.sql b/sql/updates/world/2013_03_15_01_world_trinity_strings.sql new file mode 100644 index 00000000000..0ae44b1ae53 --- /dev/null +++ b/sql/updates/world/2013_03_15_01_world_trinity_strings.sql @@ -0,0 +1,3 @@ +DELETE FROM `trinity_string` where `entry`=363; +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES +(363, 'Player %s cannot whisper you any longer.'); -- cgit v1.2.3