line notes

This commit is contained in:
monster860
2016-06-22 14:36:23 -04:00
parent 399a700285
commit 51503af97e
3 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ CREATE TABLE `SS13_player` (
`lastchangelog` varchar(32) NOT NULL,
`space_parallax` smallint(4) DEFAULT '1',
`space_dust` smallint(4) DEFAULT '1',
`parallax_speed` smallint(4) DEFAULT '2',
`parallax_speed` float(24) DEFAULT '2',
PRIMARY KEY (`id`),
UNIQUE KEY `ckey` (`ckey`)
) ENGINE=InnoDB AUTO_INCREMENT=32446 DEFAULT CHARSET=latin1;