Skip to content

Commit

Permalink
Update PCT.cs
Browse files Browse the repository at this point in the history
#471 additional fix
  • Loading branch information
MKhayle committed Nov 28, 2024
1 parent 5052015 commit 9e73c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XIVComboExpanded/Combos/PCT.cs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim

if (IsEnabled(CustomComboPreset.PictomancerHolyHammerCombo) && HasEffect(PCT.Buffs.HammerReady))
{
return PCT.HammerStamp;
return OriginalHook(PCT.HammerStamp);
}

if (HasEffect(PCT.Buffs.MonochromeTones))
Expand Down

0 comments on commit 9e73c47

Please sign in to comment.