From 8fc6365b44aecedfd235ad7cc8ac2ec1c5581dfc Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 15:47:55 -0600 Subject: [PATCH] Created npc_faction (markdown) --- npc_faction.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 npc_faction.md diff --git a/npc_faction.md b/npc_faction.md new file mode 100644 index 0000000..e158c46 --- /dev/null +++ b/npc_faction.md @@ -0,0 +1,6 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +id|int(11)|NO|PRI| |auto\_increment +name|tinytext|YES| | | +primaryfaction|int(11)|NO| |0| +ignore\_primary\_assist|tinyint(3)|NO| |0| \ No newline at end of file