diff --git a/src/strategy/rpg/NewRpgAction.cpp b/src/strategy/rpg/NewRpgAction.cpp index 35694415..ac2c7fb1 100644 --- a/src/strategy/rpg/NewRpgAction.cpp +++ b/src/strategy/rpg/NewRpgAction.cpp @@ -241,7 +241,7 @@ bool NewRpgGoFarAwayPosAction::MoveFarTo(WorldPosition dest) const float z = bot->GetPositionZ(); float rx, ry, rz; bool found = false; - int attempt = 10; + int attempt = 3; while (--attempt) { float angle = bot->GetAngle(&dest);