|
@@ -39,6 +39,7 @@ CREATE TABLE `item_db2_re` (
|
|
`job_rogue` tinyint(1) unsigned DEFAULT NULL,
|
|
`job_rogue` tinyint(1) unsigned DEFAULT NULL,
|
|
`job_sage` tinyint(1) unsigned DEFAULT NULL,
|
|
`job_sage` tinyint(1) unsigned DEFAULT NULL,
|
|
`job_soullinker` tinyint(1) unsigned DEFAULT NULL,
|
|
`job_soullinker` tinyint(1) unsigned DEFAULT NULL,
|
|
|
|
+ `job_spirit_handler` tinyint(1) unsigned DEFAULT NULL,
|
|
`job_stargladiator` tinyint(1) unsigned DEFAULT NULL,
|
|
`job_stargladiator` tinyint(1) unsigned DEFAULT NULL,
|
|
`job_summoner` tinyint(1) unsigned DEFAULT NULL,
|
|
`job_summoner` tinyint(1) unsigned DEFAULT NULL,
|
|
`job_supernovice` tinyint(1) unsigned DEFAULT NULL,
|
|
`job_supernovice` tinyint(1) unsigned DEFAULT NULL,
|
|
@@ -53,6 +54,7 @@ CREATE TABLE `item_db2_re` (
|
|
`class_third` tinyint(1) unsigned DEFAULT NULL,
|
|
`class_third` tinyint(1) unsigned DEFAULT NULL,
|
|
`class_third_upper` tinyint(1) unsigned DEFAULT NULL,
|
|
`class_third_upper` tinyint(1) unsigned DEFAULT NULL,
|
|
`class_third_baby` tinyint(1) unsigned DEFAULT NULL,
|
|
`class_third_baby` tinyint(1) unsigned DEFAULT NULL,
|
|
|
|
+ `class_fourth` tinyint(1) unsigned DEFAULT NULL,
|
|
`gender` varchar(10) DEFAULT NULL,
|
|
`gender` varchar(10) DEFAULT NULL,
|
|
`location_head_top` tinyint(1) unsigned DEFAULT NULL,
|
|
`location_head_top` tinyint(1) unsigned DEFAULT NULL,
|
|
`location_head_mid` tinyint(1) unsigned DEFAULT NULL,
|
|
`location_head_mid` tinyint(1) unsigned DEFAULT NULL,
|