This commit is contained in:
EricksOliveira
2025-07-28 12:05:22 -03:00
committed by GitHub
parent e92029dd6e
commit e5f1446b9f

View File

@@ -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;