diff options
Diffstat (limited to 'docs/corpse.md')
| -rw-r--r-- | docs/corpse.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/corpse.md b/docs/corpse.md new file mode 100644 index 0000000..64ce4e4 --- /dev/null +++ b/docs/corpse.md @@ -0,0 +1,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 | |
