====== character_talent 表 ====== ---- [[数据库:characters数据库:首页|<-返回:Characters 数据库]] Contains all the individual talent data for each character. This is only used as a storage table, values get read from here and written to character_spell, and vice-versa, when a player switches specs. **表结构** ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ |[[#guid|guid]]|INT|UNSIGNED|PRI|NO| | | | |[[#spell|spell]]|MEDIUMINT|UNSIGNED|PRI|NO| | | | |[[#specMask|specMask]]|TINYINT|UNSIGNED|PRI|NO|0| | | ===== 字段说明 ===== ---- ==== guid ==== The character guid. See characters.guid. ==== spell ==== The spell ID. See Spell.dbc column 1. ==== specMask ==== ^Value^Data^ |0|is the first spec| |1|is the second spec|