Merge pull request #746 from fryguy503/mount-dismount-water

Rule: DismountWater - Causes mounts to dismount when entering liquid …
This commit is contained in:
Michael Cook (mackal)
2018-07-21 13:26:11 -04:00
committed by GitHub
2 changed files with 51 additions and 50 deletions
+1
View File
@@ -158,6 +158,7 @@ RULE_BOOL(Character, UseOldConSystem, false) // Grant Health of Target's Target
RULE_BOOL(Character, OPClientUpdateVisualDebug, false) // Shows a pulse and forward directional particle each time the client sends its position to server
RULE_BOOL(Character, AllowCrossClassTrainers, false)
RULE_BOOL(Character, PetsUseReagents, true) //Pets use reagent on spells
RULE_BOOL(Character, DismountWater, true) // Dismount horses when entering water
RULE_CATEGORY_END()
RULE_CATEGORY(Mercs)