mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
Fix SQL
This commit is contained in:
@@ -11,7 +11,7 @@ CREATE TABLE `auras` (
|
|||||||
`icon` INT(10) NOT NULL DEFAULT -1,
|
`icon` INT(10) NOT NULL DEFAULT -1,
|
||||||
`cast_time` INT(10) NOT NULL DEFAULT 0,
|
`cast_time` INT(10) NOT NULL DEFAULT 0,
|
||||||
PRIMARY KEY(`type`)
|
PRIMARY KEY(`type`)
|
||||||
)
|
);
|
||||||
|
|
||||||
CREATE TABLE `character_auras` (
|
CREATE TABLE `character_auras` (
|
||||||
`id` INT(10) NOT NULL,
|
`id` INT(10) NOT NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user