summaryrefslogtreecommitdiff
path: root/docs/character_entry_point.md
blob: 512a44a49df20430bd33fcb1d28216129d590572 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# character\_entry\_point

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

**The \`character\_entry\_point\` table**

**Structure**

| Field           | Type  | Attributes | Key | Null | Default | Extra | Comment                  |
| --------------- | ----- | ---------- | --- | ---- | ------- | ----- | ------------------------ |
| [guid][1]       | INT   | UNSIGNED   | PRI | NO   | 0       |       | Global Unique Identifier |
| [joinX][2]      | FLOAT | SIGNED     |     | NO   | 0       |       |                          |
| [joinY][3]      | FLOAT | SIGNED     |     | NO   | 0       |       |                          |
| [joinZ][4]      | FLOAT | SIGNED     |     | NO   | 0       |       |                          |
| [joinO][5]      | FLOAT | SIGNED     |     | NO   | 0       |       |                          |
| [joinMapId][6]  | INT   | UNSIGNED   |     | YES  | 0       |       | Map Identifier           |
| [taxiPath][7]   | TEXT  | SIGNED     |     | NO   | 0       |       |                          |
| [mountSpell][8] | INT   | UNSIGNED   |     | NO   | 0       |       |                          |

[1]: #guid
[2]: #joinx
[3]: #joiny
[4]: #joinz
[5]: #joino
[6]: #joinmapid
[7]: #taxipath
[8]: #mountspell

**Description of the fields**

### guid

Global Unique Identifier.

### joinX

`field-no-description|2`

### joinY

`field-no-description|3`

### joinZ

`field-no-description|4`

### joinO

`field-no-description|5`

### joinMapId

Map Identifier.

### taxiPath

`field-no-description|7`

### mountSpell

`field-no-description|8`