attempt to add pref option

This commit is contained in:
uraniummeltdown
2017-01-12 21:20:16 +04:00
parent 11c0cb73f6
commit 770408636f
7 changed files with 18 additions and 6 deletions
+1
View File
@@ -273,6 +273,7 @@ CREATE TABLE `SS13_player` (
`nanoui_fancy` smallint(4) DEFAULT '1',
`show_ghostitem_attack` smallint(4) DEFAULT '1',
`lastchangelog` varchar(32) NOT NULL DEFAULT '0',
`windowflashing` smallint(4) DEFAULT '1',
`exp` mediumtext,
PRIMARY KEY (`id`),
UNIQUE KEY `ckey` (`ckey`)