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 #26 from SuspiciousActivity/patch-1
Browse files Browse the repository at this point in the history
Fix wrong Prognosis target check
  • Loading branch information
LTS-FFXIV authored Jul 4, 2024
2 parents 1e9e3ef + 9ec4e2a commit a988fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BasicRotations/Healer/SGE_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ protected override bool DefenseAreaGCD(out IAction? act)
{
if (EukrasianPrognosisPvE.CanUse(out act))
{
if (EukrasianDiagnosisPvE.Target.Target?.HasStatus(false,
if (EukrasianPrognosisPvE.Target.Target?.HasStatus(false,
StatusID.EukrasianDiagnosis,
StatusID.EukrasianPrognosis,
StatusID.Galvanize
Expand Down

0 comments on commit a988fb1

Please sign in to comment.