Sync with L2JServer Feb 7th 2015.
This commit is contained in:
2
trunk/dist/tools/sql/game/characters.sql
vendored
2
trunk/dist/tools/sql/game/characters.sql
vendored
@ -37,11 +37,9 @@ CREATE TABLE IF NOT EXISTS `characters` (
|
||||
`online` TINYINT UNSIGNED DEFAULT NULL,
|
||||
`onlinetime` INT DEFAULT NULL,
|
||||
`char_slot` TINYINT UNSIGNED DEFAULT NULL,
|
||||
`newbie` MEDIUMINT UNSIGNED DEFAULT 1,
|
||||
`lastAccess` bigint(13) unsigned NOT NULL DEFAULT '0',
|
||||
`clan_privs` MEDIUMINT UNSIGNED DEFAULT 0,
|
||||
`wantspeace` TINYINT UNSIGNED DEFAULT 0,
|
||||
`isin7sdungeon` TINYINT UNSIGNED NOT NULL DEFAULT 0,
|
||||
`power_grade` TINYINT UNSIGNED DEFAULT NULL,
|
||||
`nobless` TINYINT UNSIGNED NOT NULL DEFAULT 0,
|
||||
`subpledge` SMALLINT NOT NULL DEFAULT 0,
|
||||
|
Reference in New Issue
Block a user