Skip to content

Commit

Permalink
Fix gear const
Browse files Browse the repository at this point in the history
  • Loading branch information
rvazarkar committed Dec 15, 2020
1 parent aa18d79 commit dd835c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NGUInjector/Consts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ namespace NGUInjector
internal static class Consts
{
internal const int MAX_WISH_ID = 230;
internal const int MAX_GEAR_ID = 414;
internal const int MAX_GEAR_ID = 514;
}
}
2 changes: 1 addition & 1 deletion NGUInjector/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ internal class Main : MonoBehaviour
private float _timeLeft = 10.0f;
internal static SettingsForm settingsForm;
internal static WishManager WishManager;
internal const string Version = "3.4.1";
internal const string Version = "3.4.2";
private static int _furthestZone;

internal static bool Test { get; set; }
Expand Down

0 comments on commit dd835c5

Please sign in to comment.