Skip to content

Commit

Permalink
Merge pull request #332 from FFXIV-CombatReborn/420
Browse files Browse the repository at this point in the history
Update item use animationlocktime
  • Loading branch information
LTS-FFXIV authored Aug 30, 2024
2 parents 361228a + b6fa63a commit d879d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RotationSolver.Basic/Actions/BaseItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public bool IsInCooldown
/// <summary>
/// Items' animation lock time.
/// </summary>
public float AnimationLockTime => 1.1f;
public float AnimationLockTime => 0.6f;

/// <summary>
/// Is this action in action sequencer.
Expand Down

0 comments on commit d879d48

Please sign in to comment.