Skip to content

Commit

Permalink
Merge branch 'dev-upstream' of https://github.com/lionaneesh/WowClass…
Browse files Browse the repository at this point in the history
…icGrindBot into dev-upstream
  • Loading branch information
lionaneesh committed Dec 11, 2024
2 parents eda5c45 + 232b51f commit 27fb028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/Goals/PullTargetGoal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ public override void Update()

if (PullDurationMs > MAX_PULL_DURATION)
{
input.PressStopAttack();
input.PressClearTarget();
Log("Pull taking too long. Clear target and face away!");
input.TurnRandomDir(1000);
Expand Down

0 comments on commit 27fb028

Please sign in to comment.