summaryrefslogtreecommitdiff
path: root/docs/corpse.md
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2019-02-17 21:34:28 +0100
committerYehonal <yehonal.azeroth@gmail.com>2019-02-17 21:34:28 +0100
commita3d359e1cc4f40328f898653a5cc3b9711a522e6 (patch)
tree48d879cbdbf5e78a72ca686912ca4ac361c929c7 /docs/corpse.md
parentb781501462339649eac45d9d54f8dbbfb11a32db (diff)
downloadwiki-a3d359e1cc4f40328f898653a5cc3b9711a522e6.tar.gz
wiki-a3d359e1cc4f40328f898653a5cc3b9711a522e6.tar.bz2
wiki-a3d359e1cc4f40328f898653a5cc3b9711a522e6.zip
Import all wiki page from old wiki (links to fix)
Diffstat (limited to 'docs/corpse.md')
-rw-r--r--docs/corpse.md22
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 |