Skip to content

Commit d929dd5

Browse files
committed
AutoHook 3.0.0.4 [PUSH]
Fixing missing cordial name
1 parent 74eb9f3 commit d929dd5

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

AutoHook/AutoHook.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<Authors>Det</Authors>
5-
<Version>3.0.0.3</Version>
5+
<Version>3.0.0.4</Version>
66
<Description>Auto hooks for you</Description>
77
<PackageProjectUrl>https://github.com/InitialDet/AutoHook</PackageProjectUrl>
88
<Configurations>Release;Debug</Configurations>

AutoHook/Classes/AutoCasts/AutoCordial.cs

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ public AutoCordial() : base(UIStrings.Cordial, IDs.Item.Cordial, ActionType.Item
2121
GpThreshold = 1;
2222
}
2323

24+
public override string GetName()
25+
=> Name = UIStrings.Cordial;
26+
2427
public override bool CastCondition()
2528
{
2629
var cordialList = new List<(uint, bool, uint)>

AutoHook/PluginUI.cs

+7-3
Original file line numberDiff line numberDiff line change
@@ -312,14 +312,18 @@ public static class PluginChangeLog
312312
{
313313
MainChanges =
314314
{
315-
"I honestly forgot what i added or change tbh i got lost in the sauce so yeah report bugs and stuff",
316-
"Major plugin rewrite to try and support complex conditions",
315+
"Major plugin rework to try and support complex conditions",
317316
"AutoCasts are now preset based, you can now have multiple presets with different AutoCasts",
318317
"Merged AutoCast and Gp Config into a single tab",
319318
"Bait and Mooch hook configs are now separated into different tabs for better organization",
320319
"Added a new 'Fish' Tab, which contains new options related to fish caught",
321320
"Its now possible to change the current bait (or preset) when a fish is caught X times",
322-
"I really forgor"
321+
"Localization Updates"
322+
},
323+
MinorChanges =
324+
{
325+
"Fixed localization issues",
326+
"Fixed AutoCast not working if not hooking after a bite"
323327
}
324328
},
325329
new Version("2.5.0.0")

0 commit comments

Comments
 (0)