diff options
| author | Nay <dnpd.dd@gmail.com> | 2013-03-15 23:39:51 +0000 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2013-03-15 23:39:51 +0000 |
| commit | efdbc68caea5dbe5f9dcdc8f3531ae3a7b2c4e76 (patch) | |
| tree | 12885d8124cbc267f638e7bb7a5dfd400a33c9ce /sql | |
| parent | 3b9ab08029a224fe0f1548eb8187c4186f4ea29b (diff) | |
Scripts/Commands: Fix "cannot pass objects of non-trivially-copyable type ‘std::string’ through ‘...’"
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_03_15_02_world_trinity_strings.sql (renamed from sql/updates/world/2013_03_15_01_world_trinity_strings.sql) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2013_03_15_01_world_trinity_strings.sql b/sql/updates/world/2013_03_15_02_world_trinity_strings.sql index 0ae44b1ae53..b81c22711c4 100644 --- a/sql/updates/world/2013_03_15_01_world_trinity_strings.sql +++ b/sql/updates/world/2013_03_15_02_world_trinity_strings.sql @@ -1,3 +1,3 @@ -DELETE FROM `trinity_string` where `entry`=363; +DELETE FROM `trinity_string` WHERE `entry`=363; INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES (363, 'Player %s cannot whisper you any longer.'); |
