From 24be31b6f3743c825abfec8c52cc3205186c934b Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 15:50:28 -0600 Subject: [PATCH] Created npc_types_metadata (markdown) --- npc_types_metadata.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 npc_types_metadata.md diff --git a/npc_types_metadata.md b/npc_types_metadata.md new file mode 100644 index 0000000..9d4472c --- /dev/null +++ b/npc_types_metadata.md @@ -0,0 +1,8 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +npc\_types\_id|int(11)|NO|PRI|0| +isPKMob|tinyint(4)|NO| |0| +isNamedMob|tinyint(4)|NO| |0| +isRaidTarget|tinyint(4)|NO| |0| +isCreatedMob|tinyint(4)|NO| |0| +isCustomFeatureNPC|tinyint(4)|NO| |0| \ No newline at end of file