From bb6d260e9dbab4571277181ffacb61df5f4068aa Mon Sep 17 00:00:00 2001 From: Khayle Date: Sun, 17 Nov 2024 02:12:19 +0100 Subject: [PATCH] NIN Forked Raiju Partial fix of #461 --- XIVComboExpanded/Combos/NIN.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XIVComboExpanded/Combos/NIN.cs b/XIVComboExpanded/Combos/NIN.cs index d0bccb13..f523d088 100644 --- a/XIVComboExpanded/Combos/NIN.cs +++ b/XIVComboExpanded/Combos/NIN.cs @@ -114,7 +114,7 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim return NIN.FleetingRaiju; if (IsEnabled(CustomComboPreset.NinjaAeolianEdgeForkedRaijuFeature)) - return NIN.FleetingRaiju; + return NIN.ForkedRaiju; } if (IsEnabled(CustomComboPreset.NinjaKazematoiFeature)) @@ -154,7 +154,7 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim return NIN.FleetingRaiju; if (IsEnabled(CustomComboPreset.NinjaArmorCrushForkedRaijuFeature)) - return NIN.FleetingRaiju; + return NIN.ForkedRaiju; } if (IsEnabled(CustomComboPreset.NinjaArmorCrushNinjutsuFeature))