From c050c698849aadc862742a68c2f05420ee5dfd46 Mon Sep 17 00:00:00 2001 From: Fuzz Date: Fri, 2 Aug 2024 17:17:22 +1000 Subject: [PATCH] [Battlegrounds] additional change I meant to include last commit --- src/strategy/actions/BattleGroundTactics.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);