diff options
| author | Az@zel <azazel.kon@gmail.com> | 2011-05-11 12:58:50 +0600 |
|---|---|---|
| committer | Az@zel <azazel.kon@gmail.com> | 2011-05-11 12:58:50 +0600 |
| commit | 574f55382a8212333009322c774e2af0518e50a8 (patch) | |
| tree | 04f56cdc26fbdde595bc2647f541a1a9f3041a0b /sql/base | |
| parent | 52bc1e5fd3a166ebc2d03b42287fbd07de8e782a (diff) | |
Core/Chat Commands: add name of GM (or Console) into output of gmannounce command (and also fix typo from previous commit)
Diffstat (limited to 'sql/base')
| -rw-r--r-- | sql/base/world_database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 992a29a95ac..ad309435ac2 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -27723,7 +27723,7 @@ INSERT INTO `trinity_string` (`entry`,`content_default`,`content_loc1`,`content_ (6610, 'You cannot trade with characters lower than level %d.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (6611, 'You cannot send mail until you become level %d.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (6612, 'You cannot send mail to characters lower than level %d.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), -(6613, '|cfff00000[GM Announcement]: %s|r', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(6613, '|cfff00000[GM Announcement by [%s]]: %s|r', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (6614, 'Notification to GM''s - ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (6615, '|cffffff00[|c1f40af20GM Announce by|r |cffff0000%s|cffffff00]:|r %s|r', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (6616, 'Silence is ON for %s', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
