Homunculus system rework.
Thanks to Manax.
This commit is contained in:
13
L2J_Mobius_8.0_Homunculus/dist/db_installer/sql/game/character_homunculus.sql
vendored
Normal file
13
L2J_Mobius_8.0_Homunculus/dist/db_installer/sql/game/character_homunculus.sql
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
CREATE TABLE IF NOT EXISTS `character_homunculus` (
|
||||
`ownerId` INT NOT NULL,
|
||||
`slot` TINYINT UNSIGNED NOT NULL DEFAULT '0',
|
||||
`id` TINYINT UNSIGNED NOT NULL,
|
||||
`level` TINYINT UNSIGNED NOT NULL DEFAULT '1',
|
||||
`exp` INT UNSIGNED NOT NULL DEFAULT '0',
|
||||
`skillLevel1` TINYINT UNSIGNED NOT NULL DEFAULT '0',
|
||||
`skillLevel2` TINYINT UNSIGNED NOT NULL DEFAULT '0',
|
||||
`skillLevel3` TINYINT UNSIGNED NOT NULL DEFAULT '0',
|
||||
`skillLevel4` TINYINT UNSIGNED NOT NULL DEFAULT '0',
|
||||
`skillLevel5` TINYINT UNSIGNED NOT NULL DEFAULT '0',
|
||||
`active` TINYINT UNSIGNED NOT NULL DEFAULT '0'
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
Reference in New Issue
Block a user