CrAzYPiLoT has also failed his turing test

This commit is contained in:
monster860
2016-06-21 15:56:19 -04:00
parent cd7b76de20
commit e97e725df2
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -249,9 +249,9 @@ CREATE TABLE `SS13_player` (
`nanoui_fancy` smallint(4) DEFAULT '1',
`show_ghostitem_attack` smallint(4) DEFAULT '1',
`lastchangelog` varchar(32) NOT NULL,
'space_parallax' smallint(4) DEFAULT '1',
'space_dust' smallint(4) DEFAULT '1',
'parallax_speed' smallint(4) DEFAULT '2',
`space_parallax` smallint(4) DEFAULT '1',
`space_dust` smallint(4) DEFAULT '1',
`parallax_speed` smallint(4) DEFAULT '2',
PRIMARY KEY (`id`),
UNIQUE KEY `ckey` (`ckey`)
) ENGINE=InnoDB AUTO_INCREMENT=32446 DEFAULT CHARSET=latin1;