Skip to content

Commit

Permalink
Updated for 1.27a.
Browse files Browse the repository at this point in the history
  • Loading branch information
TinkerWorX committed Mar 16, 2016
1 parent 72d37c2 commit bd83c00
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions TinkerWorX.SharpCraft.Launcher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.0.0.136")]
[assembly: AssemblyFileVersion("4.0.0.136")]
[assembly: AssemblyVersion("4.0.0.137")]
[assembly: AssemblyFileVersion("4.0.0.137")]
4 changes: 2 additions & 2 deletions TinkerWorX.SharpCraft/Addresses.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace TinkerWorX.SharpCraft
{
internal static class Addresses
{
// === INSTRUCTIONS ===
// === INSTRUCTIONS, FROM AN OLDER VERSION, STILL VALID ===
// 1. Hit "Alt + B" to search for the following byte sequence,
// including the quotes: ".?AUAgent2HandleReg@@". This should return one
// result, looking similar to this:
Expand Down Expand Up @@ -50,6 +50,6 @@ internal static class Addresses
// 8. sub_6F3A2EC0 is the game_state function.
// 7. Using the image base, you rebase this address like this:
// 6F3A2EC0 - 6F000000 = 003A2EC0
public const Int32 Unknown__SetStateOffset = 0x3A2EC0;
public const Int32 Unknown__SetStateOffset = 0x1C1F20;
}
}
4 changes: 2 additions & 2 deletions TinkerWorX.SharpCraft/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.0.0.136")]
[assembly: AssemblyFileVersion("4.0.0.136")]
[assembly: AssemblyVersion("4.0.0.137")]
[assembly: AssemblyFileVersion("4.0.0.137")]

0 comments on commit bd83c00

Please sign in to comment.