diff --git a/README.md b/README.md index 0375aff..97f1efb 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ git config --local user.email "USERNAME@SOMETHING.com" ## Requirements -- Escape From Tarkov 34568 +- Escape From Tarkov 34644 - Visual Studio Code -OR- Visual Studio 2022 - .NET 6 SDK - [PowerShell v7](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows) diff --git a/project/SPT.Custom/Patches/EnablePrestigeTabPatch.cs b/project/SPT.Custom/Patches/EnablePrestigeTabPatch.cs index 0657000..9220539 100644 --- a/project/SPT.Custom/Patches/EnablePrestigeTabPatch.cs +++ b/project/SPT.Custom/Patches/EnablePrestigeTabPatch.cs @@ -13,11 +13,11 @@ namespace SPT.Custom.Patches { protected override MethodBase GetTargetMethod() { - return AccessTools.Method(typeof(InventoryScreen.Class2754), nameof(InventoryScreen.Class2754.MoveNext)); + return AccessTools.Method(typeof(InventoryScreen.Class2751), nameof(InventoryScreen.Class2751.MoveNext)); } [PatchPostfix] - public static void Postfix(InventoryScreen.Class2754 __instance) + public static void Postfix(InventoryScreen.Class2751 __instance) { var inventoryScreen = __instance.inventoryScreen_0; var tabDictionary = Traverse.Create(inventoryScreen).Field>("_tabDictionary").Value; diff --git a/project/SPT.SinglePlayer/Patches/MainMenu/EnableRefIntermScreenPatch.cs b/project/SPT.SinglePlayer/Patches/MainMenu/EnableRefIntermScreenPatch.cs index c584565..f618eee 100644 --- a/project/SPT.SinglePlayer/Patches/MainMenu/EnableRefIntermScreenPatch.cs +++ b/project/SPT.SinglePlayer/Patches/MainMenu/EnableRefIntermScreenPatch.cs @@ -12,7 +12,7 @@ namespace SPT.SinglePlayer.Patches.MainMenu { protected override MethodBase GetTargetMethod() { - return AccessTools.Method(typeof(MerchantsList.Class2909), nameof(MerchantsList.Class2909.method_0)); + return AccessTools.Method(typeof(MerchantsList.Class2906), nameof(MerchantsList.Class2906.method_0)); } [PatchPrefix] diff --git a/project/SPT.SinglePlayer/Patches/RaidFix/DisableDevMaskCheckPatch.cs b/project/SPT.SinglePlayer/Patches/RaidFix/DisableDevMaskCheckPatch.cs index 922ff98..962e483 100644 --- a/project/SPT.SinglePlayer/Patches/RaidFix/DisableDevMaskCheckPatch.cs +++ b/project/SPT.SinglePlayer/Patches/RaidFix/DisableDevMaskCheckPatch.cs @@ -20,7 +20,7 @@ public class DisableDevMaskCheckPatch : ModulePatch { protected override MethodBase GetTargetMethod() { - return AccessTools.Method(typeof(LocalPlayer.Struct520), nameof(LocalPlayer.Struct520.MoveNext)); + return AccessTools.Method(typeof(LocalPlayer.Struct521), nameof(LocalPlayer.Struct521.MoveNext)); } [PatchTranspiler] diff --git a/project/Shared/Hollowed/hollowed.dll b/project/Shared/Hollowed/hollowed.dll index 2828c5f..22ab80d 100644 Binary files a/project/Shared/Hollowed/hollowed.dll and b/project/Shared/Hollowed/hollowed.dll differ