The `character_glyphs` table
Contains all the individual glyph data for each character.
Table Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| guid | INT | UNSIGNED | PRI | NO | |||
| talentGroup | TINYINT | UNSIGNED | PRI | NO | 0 | ||
| glyph1 | SMALLINT | UNSIGNED | YES | 0 | |||
| glyph2 | SMALLINT | UNSIGNED | YES | 0 | |||
| glyph3 | SMALLINT | UNSIGNED | YES | 0 | |||
| glyph4 | SMALLINT | UNSIGNED | YES | 0 | |||
| glyph5 | SMALLINT | UNSIGNED | YES | 0 | |||
| glyph6 | SMALLINT | UNSIGNED | YES | 0 |
Description of the fields
The GUID of the character. See characters.guid.
| ID | Name |
|---|---|
| 0 | is the first spec |
| 1 | is the second spec |
The 1-6 GlyphProperties entry of the glyphs in that particular spec.