playercreateinfo_skills

playercreateinfo_skills table

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.

Structure

FieldTypeAttributesKeyNullDefaultExtraComment
racemaskint(10)unsignedPRINO   
classmaskint(10)unsignedPRINO   
skillsmallint(5)unsignedPRINO   
ranksmallint(5)unsigned NO0  
Commentvarchar(255)signed YES   

 

Description of the fields

racemask

One or more character's race. See ChrRaces.

classmask

One or more character's class. See ChrClasses.

Spell

Skill id. See Skill.dbc

Rank

Rank of the skill.

Comment

A description of the skill.