Added a rule to enable multiple procs from the same weapon's other slots if a proc is deemed to trigger, Defaults to true.

This commit is contained in:
SecretsOTheP
2014-04-05 17:18:19 -04:00
parent 628a5764cc
commit 35fad4d5a7
4 changed files with 12 additions and 1 deletions
@@ -0,0 +1 @@
INSERT INTO `rule_values` (`ruleset_id`, `rule_name`, `rule_value`, `notes`) VALUES (1, 'Combat:OneProcPerWeapon', 'true', 'If OneProcPerWeapon is not enabled, we reset the proc try for that weapon regardless of if we procced or not.');