From 4bc157f2f06be9f6bc487bc004205fbe9cc3602a Mon Sep 17 00:00:00 2001 From: Khayle Date: Tue, 2 Jul 2024 08:20:47 +0200 Subject: [PATCH] [PUSH] 1.5.0.9 DRG Fixes again me dumbass --- XIVComboExpanded/Combos/DRG.cs | 2 +- XIVComboExpanded/XIVComboExpanded.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/XIVComboExpanded/Combos/DRG.cs b/XIVComboExpanded/Combos/DRG.cs index 1a6da5bb..30f6e886 100644 --- a/XIVComboExpanded/Combos/DRG.cs +++ b/XIVComboExpanded/Combos/DRG.cs @@ -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); diff --git a/XIVComboExpanded/XIVComboExpanded.csproj b/XIVComboExpanded/XIVComboExpanded.csproj index 1d8ed1b7..44ebf6a7 100644 --- a/XIVComboExpanded/XIVComboExpanded.csproj +++ b/XIVComboExpanded/XIVComboExpanded.csproj @@ -3,7 +3,7 @@ attick, daemitus - - 1.5.0.8 + 1.5.0.9 This plugin condenses combos and mutually exclusive abilities onto a single button. Copyleft attick 2020 baybeeee https://github.com/daemitus/XIVComboPlugin