diff --git a/blocked_spells.md b/blocked_spells.md new file mode 100644 index 0000000..2c510e4 --- /dev/null +++ b/blocked_spells.md @@ -0,0 +1,14 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +id|int(11)|NO|PRI| |auto\_increment +spellid|mediumint(8) unsigned|NO| |0| +type|tinyint(4)|NO| |0| +zoneid|int(4)|NO| |0| +x|float|NO| |0| +y|float|NO| |0| +z|float|NO| |0| +x\_diff|float|NO| |0| +y\_diff|float|NO| |0| +z\_diff|float|NO| |0| +message|varchar(255)|NO| | | +description|varchar(255)|NO| | | \ No newline at end of file