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