Added optional rules for bot class/race/gender values

- run the optional script '2018_08_10_bots_allowed_criteria_rules.sql' if you want to change db values
This commit is contained in:
Uleat
2018-08-10 21:39:56 -04:00
parent e3c01d4143
commit 053c35c59b
3 changed files with 89 additions and 8 deletions
@@ -0,0 +1,4 @@
INSERT INTO `rule_values` (`ruleset_id`, `rule_name`, `rule_value`, `notes`) VALUES
(1, 'Bots:AllowedClasses', '-1', 'Bitmask of allowed bot classes'),
(1, 'Bots:AllowedRaces', '-1', 'Bitmask of allowed bot races'),
(1, 'Bots:AllowedGenders', '3', 'Bitmask of allowed bot genders');