Tabelle: 'pet_spell'
The `pet_spell` tableThis table holds information on individual pet spells. StructureField | Type | Attributes | Key | Null | Default | Extra | Comment |
---|
guid | int(10) | vorzeichenlos | PRI | nein | 0 | | Global Unique Identifier | spell | mediumint(8) | vorzeichenlos | PRI | nein | 0 | | Spell Identifier | active | tinyint(3) | vorzeichenlos | | nein | 0 | | |
Description of the fieldsguidThe pet GUID. See character_pet.id spellThe spell ID. See Spell.dbc column 1 activeBoolean 0 or 1 controlling if the spell is active or not.
|