aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorNevan <none@none>2009-08-01 12:06:06 +0200
committerNevan <none@none>2009-08-01 12:06:06 +0200
commit03604a25670b9dbbe91537d1af21f2b5a06bbe07 (patch)
treedd96aa88737102ec0888dfd6700aa71c35490944 /sql
parent452eb463988cd6f4c39ed9682606995d95826702 (diff)
*Fix Spell 1852 (This is a GM tool for silencing players.)
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/FULL/world_trinity_string_full.sql1
-rw-r--r--sql/updates/4704_world_trinity_string.sql1
2 files changed, 2 insertions, 0 deletions
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');