diff --git a/AutoHook/AutoHook.csproj b/AutoHook/AutoHook.csproj index 49ef1f2..7b495bc 100644 --- a/AutoHook/AutoHook.csproj +++ b/AutoHook/AutoHook.csproj @@ -2,7 +2,7 @@ Det - 2.4.3.0 + 2.4.3.1 Auto hooks for you https://github.com/InitialDet/AutoHook Release;Debug diff --git a/AutoHook/Classes/AvailableAutoCast.cs b/AutoHook/Classes/AvailableAutoCast.cs index 2bd6d87..450d0b0 100644 --- a/AutoHook/Classes/AvailableAutoCast.cs +++ b/AutoHook/Classes/AvailableAutoCast.cs @@ -336,7 +336,7 @@ public override void SetThreshold(uint newcost) public class AutoWateredCordial : BaseActionCast { readonly uint itemGPRecovery = 150; - public AutoWateredCordial() : base("WateredCordial", Data.IDs.Item.WateredCordial, ActionType.Item) + public AutoWateredCordial() : base("Watered Cordial", Data.IDs.Item.WateredCordial, ActionType.Item) { GPThreshold = 1; } diff --git a/AutoHook/Configurations/AutoCastsConfig.cs b/AutoHook/Configurations/AutoCastsConfig.cs index 76edb62..de01244 100644 --- a/AutoHook/Configurations/AutoCastsConfig.cs +++ b/AutoHook/Configurations/AutoCastsConfig.cs @@ -35,9 +35,9 @@ public class AutoCastsConfig public AutoCordial AutoCordial = new(); - public AutoHQCordial AutoHQWateredCordial = new(); + public AutoHQWateredCordial AutoHQWateredCordial = new(); - public AutoCordial AutoWateredCordial = new(); + public AutoWateredCordial AutoWateredCordial = new(); public AutoThaliaksFavor AutoThaliaksFavor = new(); diff --git a/AutoHook/Ui/TabGeneral.cs b/AutoHook/Ui/TabGeneral.cs index aaf97f5..aec6bdf 100644 --- a/AutoHook/Ui/TabGeneral.cs +++ b/AutoHook/Ui/TabGeneral.cs @@ -137,7 +137,14 @@ private void DrawChangelog() ImGui.Separator(); ImGui.TextWrapped("- Added Watered Cortials for AutoCasts"); - ImGui.Spacing(); + ImGui.Spacing(); + + if (ImGui.TreeNode("2.4.3.x")) + { + ImGui.TextWrapped("- Fixed duplicated GP Configs"); + + ImGui.TreePop(); + } if (ImGui.BeginChild("old_versions", new Vector2(0, 150), true)) {