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 #67 from hhdx01/main
Browse files Browse the repository at this point in the history
WAR: fixed typo in return of DefenseSingle
  • Loading branch information
LTS-FFXIV authored Jul 11, 2024
2 parents ef658f7 + 12e93d9 commit ad72e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BasicRotations/Tank/WAR_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ protected override bool DefenseSingleAbility(IAction nextGCD, out IAction? act)

if (((VengeancePvE.Cooldown.IsCoolingDown && VengeancePvE.Cooldown.ElapsedAfter(60)) || !VengeancePvE.EnoughLevel) && RampartPvE.CanUse(out act)) return true;

return base.DefenseAreaAbility(nextGCD, out act);
return base.DefenseSingleAbility(nextGCD, out act);
}

[RotationDesc(ActionID.ShakeItOffPvE, ActionID.ReprisalPvE)]
Expand Down

0 comments on commit ad72e87

Please sign in to comment.