diff options
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 760a451980e..7720b40f901 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -14690,7 +14690,7 @@ LOCK TABLES `trinity_string` WRITE; INSERT INTO `trinity_string` (`entry`,`content_default`,`content_loc1`,`content_loc2`,`content_loc3`,`content_loc4`,`content_loc5`,`content_loc6`,`content_loc7`,`content_loc8`) VALUES (1, 'You should select a character or a creature.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (2, 'You should select a creature.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), -(3, '|cffff0000[System Message]: %s|r', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(3, '[SERVER] %s', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (4, '|cffff0000[Event Message]: %s|r', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (5, 'There is no help for that command', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (6, 'There is no such command', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
