mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
fix spawnpoint schema causing inserts to fail
This commit is contained in:
parent
a8732e4828
commit
b53f7e3b37
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