From efdbc68caea5dbe5f9dcdc8f3531ae3a7b2c4e76 Mon Sep 17 00:00:00 2001 From: Nay Date: Fri, 15 Mar 2013 23:39:51 +0000 Subject: Scripts/Commands: Fix "cannot pass objects of non-trivially-copyable type ‘std::string’ through ‘...’" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/updates/world/2013_03_15_01_world_trinity_strings.sql | 3 --- sql/updates/world/2013_03_15_02_world_trinity_strings.sql | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 sql/updates/world/2013_03_15_01_world_trinity_strings.sql create mode 100644 sql/updates/world/2013_03_15_02_world_trinity_strings.sql (limited to 'sql') 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 deleted file mode 100644 index 0ae44b1ae53..00000000000 --- a/sql/updates/world/2013_03_15_01_world_trinity_strings.sql +++ /dev/null @@ -1,3 +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_02_world_trinity_strings.sql b/sql/updates/world/2013_03_15_02_world_trinity_strings.sql new file mode 100644 index 00000000000..b81c22711c4 --- /dev/null +++ b/sql/updates/world/2013_03_15_02_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