Implement mana/hp/end replenishments if logged off for long enough

Default set to on with a default time of 6 hours (21600 seconds)
This commit is contained in:
Michael Cook (mackal)
2014-10-08 03:36:31 -04:00
parent b6294a28cb
commit a325380884
3 changed files with 12 additions and 2 deletions
@@ -0,0 +1,2 @@
INSERT INTO `rule_values` (`ruleset_id`, `rule_name`, `rule_value`, `notes`) VALUES (1, 'Zone:EnableLoggedOffReplenishments', 'true', 'Replenish mana/hp/end if logged off for MinOfflineTimeToReplenishments');
INSERT INTO `rule_values` (`ruleset_id`, `rule_name`, `rule_value`, `notes`) VALUES (1, 'Zone:MinOfflineTimeToReplenishments', '21600', 'Minimum logged off time to trigger replenish mana/hp/end');