mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
.
This commit is contained in:
@@ -4172,7 +4172,7 @@ bool ArenaTactics::Execute(Event event)
|
|||||||
if (path.GetPathType() != PATHFIND_NOPATH)
|
if (path.GetPathType() != PATHFIND_NOPATH)
|
||||||
{
|
{
|
||||||
// If you are casting a spell and lost your target due to LoS, interrupt the cast and move
|
// 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);
|
bot->InterruptNonMeleeSpells(true);
|
||||||
|
|
||||||
float x, y, z;
|
float x, y, z;
|
||||||
|
|||||||
Reference in New Issue
Block a user