From 02aa93c8cd2e1e37592e2a0f8d2d723e32e18d2f Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 16:26:17 -0600 Subject: [PATCH] Created merc_npc_types (markdown) --- merc_npc_types.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 merc_npc_types.md diff --git a/merc_npc_types.md b/merc_npc_types.md new file mode 100644 index 0000000..fefe3e1 --- /dev/null +++ b/merc_npc_types.md @@ -0,0 +1,7 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +merc\_npc\_type\_id|int(10) unsigned|NO|PRI| |auto\_increment +proficiency\_id|tinyint(3) unsigned|NO| | | +tier\_id|tinyint(3) unsigned|NO| | | +class\_id|int(10) unsigned|NO| | | +name|varchar(255)|YES| | | \ No newline at end of file