Skip to content

Commit

Permalink
AutoHook 3.0.0.4 [PUSH]
Browse files Browse the repository at this point in the history
Fixing missing cordial name
  • Loading branch information
InitialDet committed Oct 17, 2023
1 parent 74eb9f3 commit d929dd5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AutoHook/AutoHook.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Authors>Det</Authors>
<Version>3.0.0.3</Version>
<Version>3.0.0.4</Version>
<Description>Auto hooks for you</Description>
<PackageProjectUrl>https://github.com/InitialDet/AutoHook</PackageProjectUrl>
<Configurations>Release;Debug</Configurations>
Expand Down
3 changes: 3 additions & 0 deletions AutoHook/Classes/AutoCasts/AutoCordial.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ public AutoCordial() : base(UIStrings.Cordial, IDs.Item.Cordial, ActionType.Item
GpThreshold = 1;
}

public override string GetName()
=> Name = UIStrings.Cordial;

public override bool CastCondition()
{
var cordialList = new List<(uint, bool, uint)>
Expand Down
10 changes: 7 additions & 3 deletions AutoHook/PluginUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -312,14 +312,18 @@ public static class PluginChangeLog
{
MainChanges =
{
"I honestly forgot what i added or change tbh i got lost in the sauce so yeah report bugs and stuff",
"Major plugin rewrite to try and support complex conditions",
"Major plugin rework to try and support complex conditions",
"AutoCasts are now preset based, you can now have multiple presets with different AutoCasts",
"Merged AutoCast and Gp Config into a single tab",
"Bait and Mooch hook configs are now separated into different tabs for better organization",
"Added a new 'Fish' Tab, which contains new options related to fish caught",
"Its now possible to change the current bait (or preset) when a fish is caught X times",
"I really forgor"
"Localization Updates"
},
MinorChanges =
{
"Fixed localization issues",
"Fixed AutoCast not working if not hooking after a bite"
}
},
new Version("2.5.0.0")
Expand Down

0 comments on commit d929dd5

Please sign in to comment.