Browse Source

Fix attack cursor on guarded visitable object

Dydzio 8 years ago
parent
commit
f8c294ad0b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/CPathfinder.cpp

+ 1 - 1
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;