Merge branch 'master' of https://github.com/EQEmu/Server into feature/hot-reload

This commit is contained in:
Akkadius
2020-02-04 00:12:51 -06:00
11 changed files with 151 additions and 91 deletions
+1
View File
@@ -294,6 +294,7 @@ RULE_BOOL(Pathing, Find, true, "Enable pathing for FindPerson requests from the
RULE_BOOL(Pathing, Fear, true, "Enable pathing for fear")
RULE_REAL(Pathing, NavmeshStepSize, 100.0f, "")
RULE_REAL(Pathing, ShortMovementUpdateRange, 130.0f, "")
RULE_INT(Pathing, MaxNavmeshNodes, 4092)
RULE_CATEGORY_END()
RULE_CATEGORY(Watermap)