From 0dcc22907114508141cbabbca69aeaa0791feb79 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Wed, 27 Jul 2011 17:51:57 +0200 Subject: Core/Commands: Allow muting offline players - the mute will become effective on next player login. --- sql/base/world_database.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/base/world_database.sql') diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index d2e7781cf63..812dd8c6b99 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -27147,6 +27147,7 @@ INSERT INTO `trinity_string` (`entry`,`content_default`,`content_loc1`,`content_ (280, 'Vendor has too many items (max 128)', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (281, 'You can''t kick self, logout instead', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (282, 'Player %s kicked.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(283, 'You have disabled %s\'s chat for %u minutes, effective at the player\'s next login. Reason: %s.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (284, 'Accepting Whisper: %s', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (285, 'Accepting Whisper: ON', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (286, 'Accepting Whisper: OFF', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), -- cgit v1.2.3