AzerothCore
Pages :

character_glyphs

<-Back-to:Characters

The `character_glyphs` table

Contains all the individual glyph data for each character.

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

guid

The GUID of the character. See characters.guid.

talentGroup

ID Name
0 is the first spec
1 is the second spec

glyph

The 1-6 GlyphProperties entry of the glyphs in that particular spec.