====== character_spell 表 ====== ---- [[数据库:characters数据库:首页|<-返回:Characters 数据库]] Holds information for each character's spells. **表结构** ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ |[[#guid|guid]]|INT|UNSIGNED|PRI|NO|0| |Global Unique Identifier| |[[#spell|spell]]|MEDIUMINT|UNSIGNED|PRI|NO|0| |Spell Identifier| |[[#specMask|specMask]]|TINYINT|UNSIGNED| |NO|1| | | ===== 字段说明 ===== ---- ==== guid ==== The character guid. See characters.guid. ==== spell ==== The spell ID. See Spell.dbc column 1. ==== specMask ==== Boolean 1 or 0 signifying whether the spell is active (appears in the spell book).