Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Fixed Last Dance AOE
Browse files Browse the repository at this point in the history
  • Loading branch information
Tykku committed Jul 17, 2024
1 parent 2a4c023 commit 5200fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BasicRotations/Ranged/DNC_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ private bool AttackGCD(out IAction? act, bool burst)
}

if (StarfallDancePvE.CanUse(out act, skipAoeCheck: true)) return true;
if (LastDancePvE.CanUse(out act)) return true;
if (LastDancePvE.CanUse(out act, skipAoeCheck: true)) return true;

if (HoldStepForTargets)
{
Expand Down

0 comments on commit 5200fee

Please sign in to comment.