====== pet_spell 表 ====== ---- [[数据库:characters数据库:首页|<-返回:Characters 数据库]] This table holds information on individual pet 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| |[[#active|active]]|TINYINT|UNSIGNED| |NO|0| | | ===== 字段说明 ===== ---- ==== guid ==== The pet GUID. See character_pet.id. ==== spell ==== The spell ID. See Spell.dbc column 1. ==== active ==== Boolean 0 or 1 controlling if the spell is active or not.