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/updates/auth/2011_07_27_00_auth_account.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/auth/2011_07_27_00_auth_account.sql (limited to 'sql/updates/auth') 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 -- cgit v1.2.3