mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-19 08:11:30 +00:00
Fix SQL
This commit is contained in:
parent
947341a5ee
commit
07c80f9560
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user