From 8a8aca117381c3cf4d30d37c1b7cb11d36961bb1 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 15:22:48 -0600 Subject: [PATCH] Created character_corpse_items (markdown) --- character_corpse_items.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 character_corpse_items.md diff --git a/character_corpse_items.md b/character_corpse_items.md new file mode 100644 index 0000000..3af6e5c --- /dev/null +++ b/character_corpse_items.md @@ -0,0 +1,13 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +corpse\_id|int(11) unsigned|NO|PRI| | +equip\_slot|int(11) unsigned|NO|PRI| | +item\_id|int(11) unsigned|YES| | | +charges|int(11) unsigned|YES| | | +aug\_1|int(11) unsigned|YES| |0| +aug\_2|int(11) unsigned|YES| |0| +aug\_3|int(11) unsigned|YES| |0| +aug\_4|int(11) unsigned|YES| |0| +aug\_5|int(11) unsigned|YES| |0| +aug\_6|int(11)|NO| |0| +attuned|smallint(5)|NO| |0| \ No newline at end of file