Core/Commands: Allow muting offline players - the mute will become effective on next player login.

This commit is contained in:
Machiavelli
2011-07-27 17:51:57 +02:00
parent 2eb69330b4
commit 0dcc229071
7 changed files with 25 additions and 10 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `account` CHANGE `mutetime` `mutetime` bigint(40) NOT NULL DEFAULT 0;

View File

@@ -0,0 +1,2 @@
INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES
(283,'You have disabled %s\'s chat for %u minutes, effective at the player\'s next login. Reason: %s.');