Skip to content

Commit

Permalink
[PUSH] 1.5.1.9 MNK AoE Combo fix
Browse files Browse the repository at this point in the history
fixes #343
  • Loading branch information
MKhayle committed Jul 19, 2024
1 parent dac6b98 commit 4e5bbec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion XIVComboExpanded/Combos/MNK.cs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim
var gauge = GetJobGauge<MNKGauge>();

// Auto Chakra
if (IsEnabled(CustomComboPreset.MonkMonkeyAutoChakraFeature))
if (IsEnabled(CustomComboPreset.MonkAoEAutoChakraFeature))
{
if (gauge.Chakra > 4 && level >= MNK.Levels.HowlingFist && InCombat())
return OriginalHook(MNK.HowlingFist);
Expand Down
2 changes: 1 addition & 1 deletion XIVComboExpanded/XIVComboExpanded.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Authors>attick, daemitus, Khayle</Authors>
<Company>-</Company>
<Version>1.5.1.8</Version>
<Version>1.5.1.9</Version>
<Description>This plugin condenses combos and mutually exclusive abilities onto a single button.</Description>
<Copyright>Copyleft attick 2020 baybeeee</Copyright>
<PackageProjectUrl>https://github.com/daemitus/XIVComboPlugin</PackageProjectUrl>
Expand Down

0 comments on commit 4e5bbec

Please sign in to comment.