corpse 表
表结构
| 字段 | 类型 | 属性 | 键 | 空 | 默认值 | 额外 | 注释 |
|---|---|---|---|---|---|---|---|
| guid | INT | UNSIGNED | PRI | NO | 0 | 角色全局唯一标识符 | |
| posX | FLOAT | SIGNED | NO | 0 | |||
| posY | FLOAT | SIGNED | NO | 0 | |||
| posZ | FLOAT | SIGNED | NO | 0 | |||
| orientation | FLOAT | SIGNED | NO | 0 | |||
| mapId | SMALLINT | UNSIGNED | NO | 0 | 地图标识符 | ||
| phaseMask | INT | UNSIGNED | NO | 1 | |||
| displayId | INT | UNSIGNED | NO | 0 | |||
| itemCache | TEXT | SIGNED | NO | ||||
| bytes1 | INT | UNSIGNED | NO | 0 | |||
| bytes2 | INT | UNSIGNED | NO | 0 | |||
| guildId | INT | UNSIGNED | NO | 0 | |||
| flags | TINYINT | UNSIGNED | NO | 0 | |||
| dynFlags | TINYINT | UNSIGNED | NO | 0 | |||
| time | INT | UNSIGNED | NO | 0 | |||
| corpseType | TINYINT | UNSIGNED | NO | 0 | |||
| instanceId | INT | UNSIGNED | NO | 0 | 副本标识符 |
字段说明
角色 GUID。参见 characters.guid。
field-no-description|2
field-no-description|3
field-no-description|4
field-no-description|5
field-no-description|6
field-no-description|7
field-no-description|8
field-no-description|9
field-no-description|10
field-no-description|11
field-no-description|12
field-no-description|13
field-no-description|14
field-no-description|15
field-no-description|16
field-no-description|17