This table holds information on what skills newly created characters should start out with. A character in this table is defined by his/her race and class combination.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
racemask | INT | UNSIGNED | PRI | NO | |||
classmask | INT | UNSIGNED | PRI | NO | |||
skill | SMALLINT | UNSIGNED | PRI | NO | |||
rank | SMALLINT | UNSIGNED | NO | 0 | |||
Comment | VARCHAR(255) | YES |
One or more character's race. See聽ChrRaces.dbc.
One or more character's class. See聽ChrClasses.dbc.
Skill id. See Skill.dbc
Rank of the skill.
A description of the skill.