Staying up to date.

This commit is contained in:
KasparoVy
2016-07-28 17:02:07 -04:00
276 changed files with 10447 additions and 11662 deletions
+4
View File
@@ -254,7 +254,11 @@ CREATE TABLE `player` (
`volume` smallint(4) DEFAULT '100',
`nanoui_fancy` smallint(4) DEFAULT '1',
`show_ghostitem_attack` smallint(4) DEFAULT '1',
`lastchangelog` varchar(32) NOT NULL DEFAULT '0',
`lastchangelog` varchar(32) NOT NULL,
`space_parallax` smallint(4) DEFAULT '1',
`space_dust` smallint(4) DEFAULT '1',
`parallax_speed` float(24) DEFAULT '2',
PRIMARY KEY (`id`),
UNIQUE KEY `ckey` (`ckey`)
) ENGINE=InnoDB AUTO_INCREMENT=32446 DEFAULT CHARSET=latin1;