Add support for setting cast_time of aura

This commit is contained in:
Michael Cook (mackal)
2017-07-14 13:49:32 -04:00
parent 94038ebb75
commit ee618f70ab
3 changed files with 22 additions and 9 deletions
@@ -9,5 +9,6 @@ CREATE TABLE `auras` (
`movement` INT(10) NOT NULL DEFAULT 0,
`duration` INT(10) NOT NULL DEFAULT 5400,
`icon` INT(10) NOT NULL DEFAULT -1,
`cast_time` INT(10) NOT NULL DEFAULT 0,
PRIMARY KEY(`type`)
)