mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-21 18:31:30 +00:00
Fix compile issue
This commit is contained in:
parent
6bc6b659d5
commit
342012c4f4
@ -294,7 +294,7 @@ RULE_BOOL(Pathing, Find, true, "Enable pathing for FindPerson requests from the
|
|||||||
RULE_BOOL(Pathing, Fear, true, "Enable pathing for fear")
|
RULE_BOOL(Pathing, Fear, true, "Enable pathing for fear")
|
||||||
RULE_REAL(Pathing, NavmeshStepSize, 100.0f, "")
|
RULE_REAL(Pathing, NavmeshStepSize, 100.0f, "")
|
||||||
RULE_REAL(Pathing, ShortMovementUpdateRange, 130.0f, "")
|
RULE_REAL(Pathing, ShortMovementUpdateRange, 130.0f, "")
|
||||||
RULE_INT(Pathing, MaxNavmeshNodes, 4092)
|
RULE_INT(Pathing, MaxNavmeshNodes, 4092, "Max navmesh nodes in a traversable path")
|
||||||
RULE_CATEGORY_END()
|
RULE_CATEGORY_END()
|
||||||
|
|
||||||
RULE_CATEGORY(Watermap)
|
RULE_CATEGORY(Watermap)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user