From 5e12beffdddbe4bf522e116a112b148099dca9ea Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 06:09:38 -0600 Subject: [PATCH] Created auras (markdown) --- auras.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 auras.md diff --git a/auras.md b/auras.md new file mode 100644 index 0000000..f7f5814 --- /dev/null +++ b/auras.md @@ -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| \ No newline at end of file