mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
P10: Update account expansion default 3 for 4.x
Signed-off-by: Gyx <2359980687@qq.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
1
sql/updates/auth/2012_01_10_00_auth_account_4x.sql
Normal file
1
sql/updates/auth/2012_01_10_00_auth_account_4x.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `account` CHANGE COLUMN `expansion` `expansion` tinyint(3) unsigned NOT NULL DEFAULT '3';
|
||||
Reference in New Issue
Block a user