Fixes error in SQL schema

This commit is contained in:
TheDZD
2016-07-28 16:58:02 -04:00
parent ce77a40e9b
commit da8f1f3c4c
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -250,7 +250,6 @@ CREATE TABLE `player` (
`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',