Skip to content

Commit a26fb46

Browse files
committed
Adjust
1 parent 324b0d7 commit a26fb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XIVComboVX/Combos/SMN.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim
128128
if (level >= SMN.Levels.EnergySyphon && !GetJobGauge<SMNGauge>().HasAetherflowStacks)
129129
return SMN.EnergySyphon;
130130

131-
if (level < SMN.Levels.EnergySyphon && !GetJobGauge<SMNGauge>().HasAetherflowStacks)
131+
if (level < SMN.Levels.EnergySyphon && GetJobGauge<SMNGauge>().HasAetherflowStacks)
132132
return SMN.EnergyDrain;
133133

134134
return actionID;

0 commit comments

Comments
 (0)