Back to 'character_spell' Return to characters Go to 'character_stats'
Holds the remaining cooldowns from either character spells or item spells for each character.
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 | |
item | int | unsigned | NO | 0 | Item Identifier | ||
time | int | unsigned | NO | 0 | |||
categoryId | int | unsigned | NO | 0 | Spell category Id | ||
categoryEnd | int | unsigned | NO | 0 |
The guid of the character.
The Spell ID on cooldown.
If the spell was casted from an item, the item entry.
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.
Back to 'character_spell' Return to characters Go to 'character_stats'