summaryrefslogtreecommitdiff
path: root/docs/character_glyphs.md
blob: b2fefffa2d434cdebf6e58b03a6d177b0d4d9a17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# character\_glyphs

[<-Back-to:Characters](database-characters.md)

**The \`character\_glyphs\` table**

Contains all the individual glyph data for each character.

**Structure**

| Field       | Type        | Attributes | Key | Null | Default | Extra | Comment |
|-------------|-------------|------------|-----|------|---------|-------|---------|
| [guid][1]   | INT     | UNSIGNED   | PRI | NO   |         |       |         |
| [spec][2]   | TINYINT  | UNSIGNED   | PRI | NO   | 0       |       |         |
| [glyph1][3] | SMALLINT | UNSIGNED   |     | YES  | 0       |       |         |
| [glyph2][4] | SMALLINT | UNSIGNED   |     | YES  | 0       |       |         |
| [glyph3][5] | SMALLINT | UNSIGNED   |     | YES  | 0       |       |         |
| [glyph4][6] | SMALLINT | UNSIGNED   |     | YES  | 0       |       |         |
| [glyph5][7] | SMALLINT | UNSIGNED   |     | YES  | 0       |       |         |
| [glyph6][8] | SMALLINT | UNSIGNED   |     | YES  | 0       |       |         |

[1]: #guid
[2]: #spec
[3]: #glyph1
[4]: #glyph2
[5]: #glyph3
[6]: #glyph4
[7]: #glyph5
[8]: #glyph6

**Description of the fields**

### guid

The GUID of the character. See characters.guid

### spec

spec = 0 is the first spec, spec = 1 is the second spec.

### glyph 1-6

The GlyphProperties entry of the glyphs in that particular spec.