The `character_entry_point` table
Table Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| guid | INT | UNSIGNED | PRI | NO | 0 | Global Unique Identifier | |
| joinX | FLOAT | SIGNED | NO | 0 | |||
| joinY | FLOAT | SIGNED | NO | 0 | |||
| joinZ | FLOAT | SIGNED | NO | 0 | |||
| joinO | FLOAT | SIGNED | NO | 0 | |||
| joinMapId | INT | UNSIGNED | YES | 0 | Map Identifier | ||
| taxiPath0 | INT | UNSIGNED | NO | 0 | |||
| taxiPath1 | INT | UNSIGNED | NO | 0 | |||
| mountSpell | INT | UNSIGNED | NO | 0 |
Description of the fields
Global Unique Identifier.
field-no-description|2
field-no-description|3
field-no-description|4
field-no-description|5
Map Identifier.
The source node of the taxi (flight) path the character was on when the entry point was saved.
The destination node of the taxi (flight) path the character was on when the entry point was saved.
field-no-description|8