aboutsummaryrefslogtreecommitdiff
path: root/sql/base/world_database.sql
diff options
context:
space:
mode:
authorShauren <none@none>2010-07-29 15:29:49 +0200
committerShauren <none@none>2010-07-29 15:29:49 +0200
commitf3c9767bcf62117eaa99530dc079a69eb47cff12 (patch)
treed85058313a1554451d81d4dd940e3e5effab874b /sql/base/world_database.sql
parent969bf213b8b4a18f74e5e6e303c820d7167445f4 (diff)
Modified announce command to be more blizzlike
--HG-- branch : trunk
Diffstat (limited to 'sql/base/world_database.sql')
-rw-r--r--sql/base/world_database.sql2
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),