Skip to content

Commit 7b89f1d

Browse files
authored
Merge pull request #1157 from FFXIV-CombatReborn/WHMhotfix
Hotfix for WHM rapture usage
2 parents cf8f958 + dc92bb1 commit 7b89f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RotationSolver/RebornRotations/Healer/WHM_Reborn.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ protected override bool GeneralGCD(out IAction? act)
403403
return true;
404404
}
405405

406-
if (StatusHelper.PlayerWillStatusEndGCD(1, 0, true, StatusID.Confession))
406+
if (StatusHelper.PlayerHasStatus(true, StatusID.Confession) && StatusHelper.PlayerWillStatusEndGCD(1, 0, true, StatusID.Confession))
407407
{
408408
if (AfflatusRapturePvE.CanUse(out act))
409409
{

0 commit comments

Comments
 (0)