From cd7b76de20421661983d9a8974899b6503736618 Mon Sep 17 00:00:00 2001 From: monster860 Date: Tue, 21 Jun 2016 15:54:30 -0400 Subject: [PATCH] Tigercat has officially failed his Turing test by finding this so quickly. --- SQL/paradise_schema.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/SQL/paradise_schema.sql b/SQL/paradise_schema.sql index 0aff9e03da2..e20af7b7874 100644 --- a/SQL/paradise_schema.sql +++ b/SQL/paradise_schema.sql @@ -249,6 +249,7 @@ 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', PRIMARY KEY (`id`),