From 271976441240bc9415e0ca4a35b2f3e278ecfc1c Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 15:47:42 -0600 Subject: [PATCH] Created npc_emotes (markdown) --- npc_emotes.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 npc_emotes.md diff --git a/npc_emotes.md b/npc_emotes.md new file mode 100644 index 0000000..0e2e746 --- /dev/null +++ b/npc_emotes.md @@ -0,0 +1,7 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +id|int(10)|NO|PRI| |auto\_increment +emoteid|int(10) unsigned|NO|MUL|0| +event\_|tinyint(3)|NO| |0| +type|tinyint(3)|NO| |0| +text|varchar(512)|NO| | | \ No newline at end of file