mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 23:27:45 +00:00
fix spawnpoint schema causing inserts to fail
This commit is contained in:
parent
9f146f1bde
commit
76ea5d8a27
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ CREATE TABLE `spawnpoint` (
|
|||
`y` float NOT NULL,
|
||||
`z` float NOT NULL,
|
||||
`r` float NOT NULL,
|
||||
`gimmickId` int(11) NOT NULL,
|
||||
`gimmickId` int(11) DEFAULT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `spawngroupidx` (`spawnGroupId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
|
|
Loading…
Add table
Reference in a new issue