Skip to content

Commit

Permalink
Merge pull request #10 from ArcaneTrixter/update_2_0_4j
Browse files Browse the repository at this point in the history
Update for new patch
  • Loading branch information
pheonix99 authored Dec 4, 2022
2 parents 231800a + d3810ae commit 7037e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LevelableAivu/RespecPatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 7037e40

Please sign in to comment.