mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user