diff options
| author | Rat <gmstreetrat@gmail.com> | 2012-01-10 08:12:08 -0800 |
|---|---|---|
| committer | Rat <gmstreetrat@gmail.com> | 2012-01-10 08:12:08 -0800 |
| commit | 2cc092b9e366fa41ec9ad322ef24c2fcc99046a6 (patch) | |
| tree | 8ebbe323c74be9a0ee779c96390c88fa41c7c063 /sql/base | |
| parent | de6a45b20795855b93be2fbe86c2bba0ab5387e4 (diff) | |
| parent | 26a1806b7d6f08f9585f105ac3fb89ebc14a98cc (diff) | |
Merge pull request #4761 from Gyx/4.x
Gyx 4.x update
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', |
