Adds a preference to have an intent check for guns (#3653)

what title says
This commit is contained in:
chaoko99
2017-12-17 01:37:16 -08:00
committed by Erki
parent 81e8d371de
commit c0ee47579d
11 changed files with 99 additions and 30 deletions

View File

@@ -0,0 +1,7 @@
--
-- Implemented in PR #3653.
-- Renames parallax toggles to a more generic name.
--
ALTER TABLE `ss13_player_preferences`
CHANGE `parallax_toggles` `toggles_secondary` INT(11) NULL DEFAULT NULL;