blob: d905bf702eff673e21834942e9b0034504216178 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [corpse](corpse)
Column | Type | Description
--- | --- | ---
CorpseGuid | int(10) unsigned |
Guid | int(10) unsigned |
PosX | float |
PosY | float |
PosZ | float |
Orientation | float |
MapId | smallint(5) unsigned |
PhaseMask | int(10) unsigned |
DisplayId | int(10) unsigned |
ItemCache | text |
Bytes1 | int(10) unsigned |
Bytes2 | int(10) unsigned |
GuildId | int(10) unsigned |
Flags | tinyint(3) unsigned |
DynFlags | tinyint(3) unsigned |
Time | int(10) unsigned |
CorpseType | tinyint(3) unsigned |
InstanceId | int(10) unsigned |
|