From d3810ae3950ac69f24405aa1f6dc0314b7448a4a Mon Sep 17 00:00:00 2001 From: ArcaneTrixter Date: Wed, 16 Nov 2022 00:20:15 -0500 Subject: [PATCH] Update for new patch --- LevelableAivu/RespecPatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LevelableAivu/RespecPatch.cs b/LevelableAivu/RespecPatch.cs index 54e23fa..45c2fac 100644 --- a/LevelableAivu/RespecPatch.cs +++ b/LevelableAivu/RespecPatch.cs @@ -13,7 +13,7 @@ namespace LevelableAivu [HarmonyPatch(typeof(LevelUpController), MethodType.Constructor)] - [HarmonyPatch(new Type[] { typeof(UnitEntityData), typeof(bool), typeof(LevelUpState.CharBuildMode) })] + [HarmonyPatch(new Type[] { typeof(UnitEntityData), typeof(bool), typeof(LevelUpState.CharBuildMode), typeof(bool) })] [HarmonyPriority(9999)] internal static class LevelUpController_ctor_Patch {