Back to 'pet_spell' Return to characters Go to 'petition'
This table holds information on pet spell cooldowns.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
guid | int | unsigned | PRI | NO | 0 | Global Unique Identifier, Low part | |
spell | mediumint | unsigned | PRI | NO | 0 | Spell Identifier | |
time | int | unsigned | NO | 0 | |||
categoryId | int | unsigned | NO | 0 | Spell category Id | ||
categoryEnd | int | unsigned | NO | 0 |
references character_pet.id.
The Spell ID on cooldown.
The Unix timestamp when the spell cooldown will finish.
The SpellCategory ID (if any) linking to Spell Category. Used for category cooldown handling.
The Unix timestamp when the category cooldown will finish.