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

Commit

Permalink
Not Restricting Blade Window
Browse files Browse the repository at this point in the history
  • Loading branch information
hagazzi committed Jul 4, 2024
1 parent 2c4c3fe commit e21bae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BasicRotations/Tank/PLD_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ protected override bool DefenseSingleAbility(IAction nextGCD, out IAction? act)
#region GCD Logic
protected override bool GeneralGCD(out IAction? act)
{
if (Player.HasStatus(true, StatusID.Requiescat) && Player.HasStatus(true, StatusID.FightOrFlight))
if (Player.HasStatus(true, StatusID.Requiescat))
{
if (BladeOfHonorPvE.CanUse(out act, skipAoeCheck: true)) return true;
if (BladeOfValorPvE.CanUse(out act, skipAoeCheck: true)) return true;
Expand Down

0 comments on commit e21bae6

Please sign in to comment.