diff --git a/lib/CPathfinder.cpp b/lib/CPathfinder.cpp index dc9c5e949..2a1bfaf37 100644 --- a/lib/CPathfinder.cpp +++ b/lib/CPathfinder.cpp @@ -830,7 +830,7 @@ void DestinationActionRule::process( if(action == CGPathNode::NORMAL) { - if(pathfinderConfig->options.originalMovementRules && destination.guarded) + if(destination.guarded) action = CGPathNode::BATTLE; else action = CGPathNode::VISIT;