Back to 'character_stats' Return to characters Go to 'characters'
Contains all the individual talent data for each character. This is only used as a storage table, values get read from here and written to character_spell, and vice-versa, when a player switches specs.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
guid | int | unsigned | PRI | NO | |||
spell | mediumint | unsigned | PRI | NO | |||
talentGroup | tinyint | unsigned | PRI | NO | 0 |
The GUID of the character
The Spell ID taken from first column in spell.dbc
Back to 'character_stats' Return to characters Go to 'characters'