forked from cmangos/mangos-wotlk
-
Notifications
You must be signed in to change notification settings - Fork 0
Corpse
Schmoozerd edited this page Apr 14, 2013
·
1 revision
Back to the characters database list of tables.
this table is used to store status of players corpse.
Field | Type | Null | Key | Default | Extra |
guid | int(11) unsigned | NO | PRI | 0 | |
player | int(11) unsigned | NO | 0 | ||
position_x | float | NO | 0 | ||
position_ | float | NO | 0 | ||
position_z | float | NO | 0 | ||
orientation | float | NO | 0 | ||
zone | int(11) unsigned | NO | 0 | ||
map | int(11) unsigned | NO | 0 | ||
data | longtext | YES | 0 | ||
time | bigint(20) | NO | 0 | ||
corpse_type | tinyint(3) | NO | 0 | ||
instance | int(11) unsigned | NO | 0 |
Description of the fields