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;