From e5f1446b9faf01e2ff4b55e6adb7c14f95d80a78 Mon Sep 17 00:00:00 2001 From: EricksOliveira Date: Mon, 28 Jul 2025 12:05:22 -0300 Subject: [PATCH] . --- src/strategy/actions/BattleGroundTactics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strategy/actions/BattleGroundTactics.cpp b/src/strategy/actions/BattleGroundTactics.cpp index 5beb9db7..c0042a8b 100644 --- a/src/strategy/actions/BattleGroundTactics.cpp +++ b/src/strategy/actions/BattleGroundTactics.cpp @@ -4172,7 +4172,7 @@ bool ArenaTactics::Execute(Event event) if (path.GetPathType() != PATHFIND_NOPATH) { // If you are casting a spell and lost your target due to LoS, interrupt the cast and move - if (bot->IsNonMeleeSpellCasted(false, true, true)) + if (bot->IsNonMeleeSpellCast(false, true, true, false, true)) bot->InterruptNonMeleeSpells(true); float x, y, z;