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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Taurenkey committed Jul 11, 2024
2 parents 7a4fe32 + 2e1c580 commit f6eef14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XIVSlothCombo/Combos/PvE/WHM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim

if (CanSpellWeave(actionID))
{
bool lucidReady = ActionReady(All.LucidDreaming) && LevelChecked(All.LucidDreaming) && LocalPlayer.CurrentMp <= Config.WHM_STHeals_Lucid;
bool lucidReady = ActionReady(All.LucidDreaming) && LevelChecked(All.LucidDreaming) && LocalPlayer.CurrentMp <= Config.WHM_STDPS_Lucid;
bool pomReady = LevelChecked(PresenceOfMind) && IsOffCooldown(PresenceOfMind);
bool assizeReady = LevelChecked(Assize) && IsOffCooldown(Assize);
bool pomEnabled = IsEnabled(CustomComboPreset.WHM_ST_MainCombo_PresenceOfMind);
Expand Down

0 comments on commit f6eef14

Please sign in to comment.