mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Fix SQL
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user