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 known to the character.
Signifies whether the spell appears in the spell book
Signifies when a 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'