pet_spell_cooldown
Back-to:Characters
The `pet_spell_cooldown` table
This table holds information on pet spell cooldowns.
Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
int(10) | unsigned | PRI | NO | 0 |
| Global Unique Identifier, Low part | |
mediumint(8) | unsigned | PRI | NO | 0 |
| Spell Identifier | |
int(10) | unsigned |
| NO | 0 |
|
|
Description of the fields
guid
The GUID of the pet. See character_pet.id
spell
The spell ID to which the cooldown applies. See Spell.dbc column 1
time
The time when the cooldown expires, in Unix time.