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