mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-08 10:57:16 +00:00
Created auras (markdown)
+13
@@ -0,0 +1,13 @@
|
|||||||
|
**Field**|**Type**|**Null**|**Key**|**Default**|**Extra**
|
||||||
|
-----|-----|-----|-----|-----|-----
|
||||||
|
type|int(10)|NO|PRI| |
|
||||||
|
npc\_type|int(10)|NO| | |
|
||||||
|
name|varchar(64)|NO| | |
|
||||||
|
spell\_id|int(10)|NO| | |
|
||||||
|
distance|int(10)|NO| |60|
|
||||||
|
aura\_type|int(10)|NO| |1|
|
||||||
|
spawn\_type|int(10)|NO| |0|
|
||||||
|
movement|int(10)|NO| |0|
|
||||||
|
duration|int(10)|NO| |5400|
|
||||||
|
icon|int(10)|NO| |-1|
|
||||||
|
cast\_time|int(10)|NO| |0|
|
||||||
Reference in New Issue
Block a user