From 03604a25670b9dbbe91537d1af21f2b5a06bbe07 Mon Sep 17 00:00:00 2001 From: Nevan Date: Sat, 1 Aug 2009 12:06:06 +0200 Subject: *Fix Spell 1852 (This is a GM tool for silencing players.) --HG-- branch : trunk --- sql/FULL/world_trinity_string_full.sql | 1 + sql/updates/4704_world_trinity_string.sql | 1 + 2 files changed, 2 insertions(+) create mode 100644 sql/updates/4704_world_trinity_string.sql (limited to 'sql') diff --git a/sql/FULL/world_trinity_string_full.sql b/sql/FULL/world_trinity_string_full.sql index c8a7a6883a6..aef32a5950c 100644 --- a/sql/FULL/world_trinity_string_full.sql +++ b/sql/FULL/world_trinity_string_full.sql @@ -735,6 +735,7 @@ INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `conte (6613, '|cfff00000[GM Announcement]: %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), (7523, 'WORLD: Denying connections.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (7524, 'WORLD: Accepting connections.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (10001, 'The Horde has taken The Overlook!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), diff --git a/sql/updates/4704_world_trinity_string.sql b/sql/updates/4704_world_trinity_string.sql new file mode 100644 index 00000000000..5b0939c0e99 --- /dev/null +++ b/sql/updates/4704_world_trinity_string.sql @@ -0,0 +1 @@ +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES ('6616','Silence is ON for %s'); -- cgit v1.2.3