Skip to content

Commit

Permalink
Merge pull request #195 from FFXIV-CombatReborn/DT-NIN-Jobgauge-fix
Browse files Browse the repository at this point in the history
Nin Jobgauge fix
  • Loading branch information
Tykku authored Jul 4, 2024
2 parents 32dedfb + a204c8c commit 48109b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RotationSolver.Basic/Rotations/Basic/NinjaRotation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ partial class NinjaRotation
/// <summary>
/// Number of charges of Kazematoi
/// </summary>
public static byte Ninki => ((byte)(JobGauge.HutonTimer * 1000f));
public static byte Ninki => (byte)JobGauge.HutonTimer;
#endregion

static partial void ModifyArmorCrushPvE(ref ActionSetting setting)
Expand Down

0 comments on commit 48109b1

Please sign in to comment.