mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Auras now zone
This commit is contained in:
@@ -12,3 +12,11 @@ CREATE TABLE `auras` (
|
||||
`cast_time` INT(10) NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY(`type`)
|
||||
)
|
||||
|
||||
CREATE TABLE `character_auras` (
|
||||
`id` INT(10) NOT NULL,
|
||||
`slot` TINYINT(10) NOT NULL,
|
||||
`spell_id` INT(10) NOT NULL,
|
||||
PRIMARY KEY (`id`, `slot`)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user