diff --git a/src/strategy/actions/BattleGroundTactics.cpp b/src/strategy/actions/BattleGroundTactics.cpp index e3fadd49..2c693a97 100644 --- a/src/strategy/actions/BattleGroundTactics.cpp +++ b/src/strategy/actions/BattleGroundTactics.cpp @@ -4827,7 +4827,7 @@ bool BGTactics::atFlag(std::vector const& vPaths, std::vectorIsWithinDistInMap(go, INTERACTION_DISTANCE)) + if (dist < INTERACTION_DISTANCE) { if (atBase) { @@ -4875,7 +4875,7 @@ bool BGTactics::atFlag(std::vector const& vPaths, std::vectorIsWithinDistInMap(go, INTERACTION_DISTANCE)) + if (dist < INTERACTION_DISTANCE) { if (bot->IsMounted()) bot->RemoveAurasByType(SPELL_AURA_MOUNTED);