Added position update packet in out-of-combat movement code when movement occurs (rule-based; default: false) - appears to help with rubber-banding effect

This commit is contained in:
Uleat
2017-02-25 09:02:20 -05:00
parent 7a6d5d46f4
commit c61c275221
5 changed files with 25 additions and 9 deletions
@@ -0,0 +1 @@
INSERT INTO `rule_values` (`ruleset_id`, `rule_name`, `rule_value`, `notes`) VALUES (1, 'Bots:UpdatePositionWithTimer', 'true', 'Sends a position update with every positive movement timer check');