diff options
| author | Machiavelli <machiavelli.trinity@gmail.com> | 2011-07-27 17:51:57 +0200 |
|---|---|---|
| committer | Machiavelli <machiavelli.trinity@gmail.com> | 2011-07-27 17:51:57 +0200 |
| commit | 0dcc22907114508141cbabbca69aeaa0791feb79 (patch) | |
| tree | 7c06ff9c085d0f10825f12951e41178de852f644 /sql/updates/auth | |
| parent | 2eb69330b4f15e1fad6702a4829420c1a7f33208 (diff) | |
Core/Commands: Allow muting offline players - the mute will become effective on next player login.
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/2011_07_27_00_auth_account.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/auth/2011_07_27_00_auth_account.sql b/sql/updates/auth/2011_07_27_00_auth_account.sql new file mode 100644 index 00000000000..34393d518fc --- /dev/null +++ b/sql/updates/auth/2011_07_27_00_auth_account.sql @@ -0,0 +1 @@ +ALTER TABLE `account` CHANGE `mutetime` `mutetime` bigint(40) NOT NULL DEFAULT 0;
\ No newline at end of file |
