Add back parallax SQL changes

This commit is contained in:
AffectedArc07
2019-06-10 01:13:54 -07:00
committed by Tayyyyyyy
parent 7b8e0ca905
commit bdc4bba6ac
6 changed files with 14 additions and 4 deletions
+1
View File
@@ -268,6 +268,7 @@ CREATE TABLE `SS13_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;