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

Commit

Permalink
Merge pull request #99 from FFXIV-CombatReborn/DT-DNC-Fixes
Browse files Browse the repository at this point in the history
Fixed Last Dance AOE
  • Loading branch information
Tykku authored Jul 17, 2024
2 parents 2a4c023 + 5200fee commit b4f8627
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 b4f8627

Please sign in to comment.