From 543e20602334a26ed3adcc5600f8285ac93ac256 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 16:23:38 -0600 Subject: [PATCH] Created bot_spells_entries (markdown) --- bot_spells_entries.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bot_spells_entries.md diff --git a/bot_spells_entries.md b/bot_spells_entries.md new file mode 100644 index 0000000..4ccc7b9 --- /dev/null +++ b/bot_spells_entries.md @@ -0,0 +1,12 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +id|int(11) unsigned|NO|PRI| |auto\_increment +npc\_spells\_id|int(11)|NO| |0| +spellid|smallint(5)|NO| |0| +type|int(10) unsigned|NO| |0| +minlevel|tinyint(3) unsigned|NO| |0| +maxlevel|tinyint(3) unsigned|NO| |255| +manacost|smallint(5)|NO| |-1| +recast\_delay|int(11)|NO| |-1| +priority|smallint(5)|NO| |0| +resist\_adjust|int(11)|YES| | | \ No newline at end of file