This commit is contained in:
Michael Cook (mackal) 2017-07-22 21:52:51 -04:00
parent 947341a5ee
commit 07c80f9560

View File

@ -11,7 +11,7 @@ CREATE TABLE `auras` (
`icon` INT(10) NOT NULL DEFAULT -1,
`cast_time` INT(10) NOT NULL DEFAULT 0,
PRIMARY KEY(`type`)
)
);
CREATE TABLE `character_auras` (
`id` INT(10) NOT NULL,