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 from Spell.dbc on cooldown.
The Unix timestamp when the spell cooldown will finish.
The Category ID from SpellCategory.dbc (if any) linking to Spell.dbc column 2. Used for category cooldown handling.
The Unix timestamp when the category cooldown will finish.