Skip to content

Commit

Permalink
NIN Forked Raiju
Browse files Browse the repository at this point in the history
Partial fix of #461
  • Loading branch information
MKhayle committed Nov 17, 2024
1 parent dddd5ba commit bb6d260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XIVComboExpanded/Combos/NIN.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -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))
Expand Down

0 comments on commit bb6d260

Please sign in to comment.