mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-03 22:37:16 +00:00
Created bot_spells_entries (markdown)
@@ -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| | |
|
||||||
Reference in New Issue
Block a user