Character_glyphs - cmangos/issues GitHub Wiki
Back to the characters database list of tables.
Contains all the individual glyph data for each character.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
guid | int(10) | unsigned | PRI | NO | |||
slot | tinyint(3) | unsigned | PRI | NO | 0 | ||
glyph | smallint(5) | unsigned | YES | 0 | |||
The GUID of the character. See characters.guid
spec = 0 is the first spec, spec = 1 is the second spec.
The GlyphProperties entry of the glyph in that particular spec.