|
@@ -830,7 +830,7 @@ void DestinationActionRule::process(
|
|
|
|
|
|
if(action == CGPathNode::NORMAL)
|
|
if(action == CGPathNode::NORMAL)
|
|
{
|
|
{
|
|
- if(pathfinderConfig->options.originalMovementRules && destination.guarded)
|
|
|
|
|
|
+ if(destination.guarded)
|
|
action = CGPathNode::BATTLE;
|
|
action = CGPathNode::BATTLE;
|
|
else
|
|
else
|
|
action = CGPathNode::VISIT;
|
|
action = CGPathNode::VISIT;
|