Add optional rule SQL for combat update [skip ci]

This commit is contained in:
Michael Cook (mackal) 2017-01-17 23:34:52 -05:00
parent f614c35f6e
commit 9aba993888

View File

@ -0,0 +1,2 @@
INSERT INTO `rule_values` (`ruleset_id`, `rule_name`, `rule_value`, `notes`) VALUES (1, 'Combat:LevelToStopDamageCaps', '0', '1 will effectively disable them, 20 should give basically same results as old incorrect system.');