Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: fixed heal delay range.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Aug 30, 2023
1 parent 27ec7d5 commit d5e3837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RotationSolver/UI/RotationConfigWindow_Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ private static void DrawAutoActionCondition()
JobRole.Healer,
}
},
new DragFloatRangeSearchPlugin(PluginConfigFloat.HealDelayMin, PluginConfigFloat.HealDelayMin, 0.002f),
new DragFloatRangeSearchPlugin(PluginConfigFloat.HealDelayMin, PluginConfigFloat.HealDelayMax, 0.002f),
};

private static readonly ISearchable[] _autoActionConditionSearchable_Raise = new ISearchable[]
Expand Down

0 comments on commit d5e3837

Please sign in to comment.