pet_spell_cooldown - cmangos/issues GitHub Wiki
Back to characters database list of tables.
This table holds information on pet spell cooldowns.
Field | Type | Null | Key | Default | Extra |
guid | int(11) unsigned | NO | PRI | 0 | |
spell | int(11) unsigned | NO | PRI | 0 | |
time | bigint(20) unsigned | NO | 0 |
The GUID of the pet. See character_pet.id
The spell ID to which the cooldown applies.
The time when the cooldown expires, in Unix time.