From e97e725df26cc56b92729058f993c051c6c34616 Mon Sep 17 00:00:00 2001 From: monster860 Date: Tue, 21 Jun 2016 15:56:19 -0400 Subject: [PATCH] CrAzYPiLoT has also failed his turing test --- SQL/paradise_schema.sql | 6 +++--- SQL/paradise_schema_prefixed.sql | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/SQL/paradise_schema.sql b/SQL/paradise_schema.sql index e20af7b7874..76cf709d0d0 100644 --- a/SQL/paradise_schema.sql +++ b/SQL/paradise_schema.sql @@ -249,9 +249,9 @@ CREATE TABLE `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; diff --git a/SQL/paradise_schema_prefixed.sql b/SQL/paradise_schema_prefixed.sql index 72691cb5ad8..be4d737d3ac 100644 --- a/SQL/paradise_schema_prefixed.sql +++ b/SQL/paradise_schema_prefixed.sql @@ -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;