This commit is contained in:
EricksOliveira
2025-07-28 09:03:20 -03:00
committed by GitHub
parent 18d1821dab
commit b8c0a54f92

View File

@@ -4170,7 +4170,7 @@ bool ArenaTactics::Execute(Event event)
PathGenerator path(bot);
path.CalculatePath(target->GetPositionX(), target->GetPositionY(), target->GetPositionZ(), false);
if (path.IsValid() && path.GetPathType() != PATHFIND_NOPATH)
if (path.GetPathType() != PATHFIND_NOPATH)
{
float x, y, z;
target->GetPosition(x, y, z);