diff options
| author | Gyx <2359980687@qq.com> | 2012-01-10 10:07:22 +0800 |
|---|---|---|
| committer | Gyx <2359980687@qq.com> | 2012-01-10 10:07:22 +0800 |
| commit | 3230fc4d024b91a2fb5d60807e17daae19c0cc9a (patch) | |
| tree | c5b9720f2ad87fe59b6d31ce53eaf045174671cc /sql/base | |
| parent | c84de34ab674f5c67bf7843a33e9ee63b5c0b124 (diff) | |
P10: Update account expansion default 3 for 4.x
Signed-off-by: Gyx <2359980687@qq.com>
Diffstat (limited to 'sql/base')
| -rw-r--r-- | sql/base/auth_database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql index a5c224f7390..efa8c4ba7bc 100644 --- a/sql/base/auth_database.sql +++ b/sql/base/auth_database.sql @@ -60,7 +60,7 @@ CREATE TABLE `account` ( `locked` tinyint(3) unsigned NOT NULL default '0', `last_login` timestamp NOT NULL default '0000-00-00 00:00:00', `online` tinyint(4) NOT NULL default '0', - `expansion` tinyint(3) unsigned NOT NULL default '2', + `expansion` tinyint(3) unsigned NOT NULL default '3', `mutetime` bigint(40) NOT NULL default '0', `locale` tinyint(3) unsigned NOT NULL default '0', `recruiter` int(11) NOT NULL default '0', |
