Add back parallax SQL changes

This commit is contained in:
AffectedArc07
2019-08-14 17:53:15 -07:00
committed by Tayyyyyyy
parent 7b8e0ca905
commit bdc4bba6ac
6 changed files with 14 additions and 4 deletions
+1
View File
@@ -269,6 +269,7 @@ CREATE TABLE `player` (
`fuid` bigint(20) NULL DEFAULT NULL,
`fupdate` smallint(4) NULL DEFAULT '0',
`afk_watch` tinyint(1) NOT NULL DEFAULT '0',
`parallax` tinyint(1) DEFAULT '8',
PRIMARY KEY (`id`),
UNIQUE KEY `ckey` (`ckey`)
) ENGINE=InnoDB AUTO_INCREMENT=32446 DEFAULT CHARSET=latin1;