mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Add support for setting cast_time of aura
This commit is contained in:
@@ -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`)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user