====== playercreateinfo_skills 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] 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|racemask]]|INT|UNSIGNED|PRI|NO| | | | |[[#classmask|classmask]]|INT|UNSIGNED|PRI|NO| | | | |[[#skill|skill]]|SMALLINT|UNSIGNED|PRI|NO| | | | |[[#rank|rank]]|SMALLINT|UNSIGNED| |NO|0| | | |[[#Comment|Comment]]|VARCHAR(255)| | |YES| | | | ===== 字段说明 ===== ---- ==== racemask ==== One or more character's race. See ChrRaces.dbc. ==== classmask ==== One or more character's class. See ChrClasses.dbc. ==== Spell ==== Skill id. See Skill.dbc ==== Rank ==== Rank of the skill. ==== Comment ==== A description of the skill.