Эх сурвалжийг харах

Update signature and bump version to 1.0.0.2

Dragon 3 жил өмнө
parent
commit
fe63fcd4ac

+ 2 - 2
HuntBuddy/HuntBuddy.csproj

@@ -3,8 +3,8 @@
     <PropertyGroup>
         <TargetFramework>net7.0-windows</TargetFramework>
         <Nullable>enable</Nullable>
-        <AssemblyVersion>1.0.0.1</AssemblyVersion>
-        <FileVersion>1.0.0.1</FileVersion>
+        <AssemblyVersion>1.0.0.2</AssemblyVersion>
+        <FileVersion>1.0.0.2</FileVersion>
         <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
         <RootNamespace>HuntBuddy</RootNamespace>
         <IsPackable>false</IsPackable>

+ 1 - 1
HuntBuddy/Plugin.cs

@@ -82,7 +82,7 @@ namespace HuntBuddy
 			{
 				this.MobHuntStruct =
 					(MobHuntStruct*)SigScanner.GetStaticAddressFromSig(
-						"D1 48 8D 0D ?? ?? ?? ?? 48 83 C4 20 5F E9 ?? ?? ?? ??");
+						"48 8D 0D ?? ?? ?? ?? 8B D8 0F B6 52");
 			}
 
 			Plugin.TeleportConsumer = new TeleportConsumer();