The `corpse` table
Table Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
guid | INT | UNSIGNED | PRI | NO | 0 | Character Global Unique Identifier | |
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 | Map Identifier | ||
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 | Instance Identifier |
Description of the fields
The character guid. See 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