Skip to content

Commit 4b85024

Browse files
authored
Merge pull request #806 from FFXIV-CombatReborn/silverhotfix
Hotfix for SilverCannon
2 parents 385427f + f315762 commit 4b85024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BasicRotations/Duty/PhantomDefault.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ public override bool GeneralGCD(out IAction? act)
604604
return true;
605605
}
606606

607-
if (SilverCannonPvE.CanUse(out act, skipStatusProvideCheck: SilverCannonPvE.Target.Target.WillStatusEnd(11, true, StatusID.SilverSickness)))
607+
if (SilverCannonPvE.CanUse(out act))
608608
{
609609
return true;
610610
}

0 commit comments

Comments
 (0)