Adds a preference setting to the "ghost item attack" thing

This commit is contained in:
Tigercat2000
2016-04-23 10:22:06 -07:00
parent 912da460fe
commit d08cb0db9c
5 changed files with 14 additions and 3 deletions
+1
View File
@@ -247,6 +247,7 @@ CREATE TABLE `SS13_player` (
`randomslot` tinyint(1) DEFAULT '0',
`volume` smallint(4) DEFAULT '100',
`nanoui_fancy` smallint(4) DEFAULT '1',
`show_ghostitem_attack` smallint(4) DEFAULT '1',
PRIMARY KEY (`id`),
UNIQUE KEY `ckey` (`ckey`)
) ENGINE=InnoDB AUTO_INCREMENT=32446 DEFAULT CHARSET=latin1;