`character_entry_point` 表
表结构
| 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 |
字段说明
全局唯一标识符。
field-no-description|2
field-no-description|3
field-no-description|4
field-no-description|5
地图标识符。
保存进入点(entry point)时角色所处飞行(taxi)路径的起始节点。
保存进入点(entry point)时角色所处飞行(taxi)路径的目的地节点。
field-no-description|8