diff --git a/src/strategy/actions/BattleGroundTactics.cpp b/src/strategy/actions/BattleGroundTactics.cpp index 76f3742e..44cad2a9 100644 --- a/src/strategy/actions/BattleGroundTactics.cpp +++ b/src/strategy/actions/BattleGroundTactics.cpp @@ -2234,12 +2234,8 @@ bool BGTactics::Execute(Event event) if (getName() == "protect fc") { - if (!bot->IsMounted() && !bot->IsInCombat()) - if (botAI->DoSpecificAction("check mount state")) - return true; - uint32 role = context->GetValue("bg role")->Get(); - bool supporter = role < 5; + bool supporter = role < 4; if (supporter && protectFC()) return true; }