Sync with L2JServer Jan 9th 2015.
This commit is contained in:
@@ -5,5 +5,6 @@ CREATE TABLE IF NOT EXISTS `character_subclasses` (
|
||||
`sp` bigint(10) NOT NULL DEFAULT 0,
|
||||
`level` int(2) NOT NULL DEFAULT 40,
|
||||
`class_index` int(1) NOT NULL DEFAULT 0,
|
||||
`dual_class` BOOLEAN NOT NULL DEFAULT FALSE,
|
||||
PRIMARY KEY (`charId`,`class_id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
Reference in New Issue
Block a user