Skip to content

Commit

Permalink
Merge pull request #58 from FFXIV-CombatReborn/smn-base-crimson-cyclo…
Browse files Browse the repository at this point in the history
…ne-fix

Summoner Crimson Cyclone hotfix
  • Loading branch information
LTS-FFXIV authored Apr 3, 2024
2 parents e797f12 + 3e9f939 commit 2b08b8f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions RotationSolver.Basic/Rotations/Basic/SummonerRotation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -262,12 +262,4 @@ protected override bool DefenseAreaAbility(out IAction? act)
if (AddlePvE.CanUse(out act)) return true;
return base.DefenseAreaAbility(out act);
}

/// <inheritdoc/>
[RotationDesc(ActionID.CrimsonCyclonePvE)]
protected override bool MoveForwardGCD(out IAction? act)
{
if (CrimsonCyclonePvE.CanUse(out act)) return true;
return base.MoveForwardGCD(out act);
}
}

0 comments on commit 2b08b8f

Please sign in to comment.