Skip to content

Commit

Permalink
Merge pull request #191 from FFXIV-CombatReborn/mergeWIP2
Browse files Browse the repository at this point in the history
code analyzer fix
  • Loading branch information
CarnifexOptimus authored Jul 18, 2024
2 parents 5b484c0 + 68d3cf8 commit 6efbd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BossMod/Data/Actor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public enum ActorType : ushort

public sealed record class ActorCastInfo
{
public static readonly float NPCFinishDelay = 0.3f; // for whatever reason, npc spells have reported remaining cast time consistently 0.3s smaller than reality
public const float NPCFinishDelay = 0.3f; // for whatever reason, npc spells have reported remaining cast time consistently 0.3s smaller than reality

public ActionID Action;
public ulong TargetID;
Expand Down

0 comments on commit 6efbd69

Please sign in to comment.