Back to 'character_social' Return to characters Go to 'character_spell_cooldown'
Holds information for each character's spells.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
guid | int | unsigned | PRI | NO | 0 | Global Unique Identifier | |
spell | mediumint | unsigned | PRI | NO | 0 | Spell Identifier | |
active | tinyint | unsigned | NO | 1 | |||
disabled | tinyint | unsigned | NO | 0 |
The GUID of the character
The Spell ID taken from first column in spell.dbc
Boolean 1 or 0 signifying whether the spell is active (appears in the spell book).
Boolean flag 0 or 1 when spell is disabled because talent which teaches it has been unlearned. When talent is learned again the spell will be available again.
Back to 'character_social' Return to characters Go to 'character_spell_cooldown'