Chronicle 4 branch.
This commit is contained in:
7
L2J_Mobius_C4/dist/db_installer/sql/heroes.sql
vendored
Normal file
7
L2J_Mobius_C4/dist/db_installer/sql/heroes.sql
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE IF NOT EXISTS `heroes` (
|
||||
`char_id` decimal(11,0) NOT NULL default '0',
|
||||
`class_id` decimal(3,0) NOT NULL default '0',
|
||||
`count` decimal(3,0) NOT NULL default '0',
|
||||
`played` decimal(1,0) NOT NULL default '0',
|
||||
PRIMARY KEY (`char_id`)
|
||||
);
|
Reference in New Issue
Block a user