Skip to content

Commit

Permalink
[PUSH] 1.5.0.9 DRG Fixes again
Browse files Browse the repository at this point in the history
me dumbass
  • Loading branch information
MKhayle committed Jul 2, 2024
1 parent d2d689e commit 4bc157f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion XIVComboExpanded/Combos/DRG.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim
{
if (comboTime > 0)
{
if ((lastComboMove == DRG.ChaosThrust && lastComboMove == DRG.ChaoticSpring) && level >= DRG.Levels.WheelingThrust)
if ((lastComboMove == DRG.ChaosThrust || lastComboMove == DRG.ChaoticSpring) && level >= DRG.Levels.WheelingThrust)
// Wheeling
return OriginalHook(DRG.WheelingThrust);

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</Authors>
<Company>-</Company>
<Version>1.5.0.8</Version>
<Version>1.5.0.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 4bc157f

Please sign in to comment.