Tabelle: 'pet_spell_cooldown'
The `pet_spell_cooldown` tableThis table holds information on pet spell cooldowns. StructureField | Type | Attributes | Key | Null | Default | Extra | Comment |
---|
guid | int(10) | vorzeichenlos | PRI | nein | 0 | | Global Unique Identifier, Low part | spell | mediumint(8) | vorzeichenlos | PRI | nein | 0 | | Spell Identifier | time | int(10) | vorzeichenlos | | nein | 0 | | |
Description of the fieldsguidThe GUID of the pet. See character_pet.id spellThe spell ID to which the cooldown applies. See Spell.dbc column 1 timeThe time when the cooldown expires, in Unix time.
|