Add an optional SQL to add the new rule to the rule_values table. Default value is unchanged.

This commit is contained in:
Justin Wienckowski 2019-06-21 20:02:42 -07:00
parent 6a31af81ee
commit 5fdf976137

View File

@ -0,0 +1,2 @@
INSERT INTO `rule_values` (`ruleset_id`, `rule_name`, `rule_value`, `notes`)
VALUES (1, 'GM:MinStatusToLevelTarget', '100', 'GM status needed to use #level on your target');