From 404b933769891ca481b12ff19636eba9e2f75449 Mon Sep 17 00:00:00 2001 From: Luke Croteau Date: Wed, 19 May 2021 09:34:58 -0400 Subject: [PATCH] Update for Raid v240 --- RaidExtractor.Core/Native/RaidStaticInformation.cs | 8 ++++---- RaidExtractor/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/RaidExtractor.Core/Native/RaidStaticInformation.cs b/RaidExtractor.Core/Native/RaidStaticInformation.cs index 15ba637..47adac3 100644 --- a/RaidExtractor.Core/Native/RaidStaticInformation.cs +++ b/RaidExtractor.Core/Native/RaidStaticInformation.cs @@ -2,9 +2,9 @@ namespace RaidExtractor.Core.Native { class RaidStaticInformation { - public static string ExpectedRaidVersion = "\\239\\"; - public static int MemoryLocation = 57002616; - public static int ExternalStorageAddress = 57135880; + public static string ExpectedRaidVersion = "\\240\\"; + public static int MemoryLocation = 57020984; + public static int ExternalStorageAddress = 57155120; public static int UserVillageDataCapitolBonusLevelByStatByElement = 0x30; // UserVillageData.UserVillageDataCapitolBonusLevelByStatByElement @@ -17,7 +17,7 @@ class RaidStaticInformation public static int UserArtifactDataArtifacts = 0x28; // UserArtifactData.Artifactsa public static int UserArtifactArtifactDataByHeroId = 0x30; // UserArtifactData.ArtifactDataByHeroId - public static int AppModelUserWrapper = 0x160; // AppModel._userWrapper + public static int AppModelUserWrapper = 0x168; // AppModel._userWrapper public static int UserWrapperHeroes = 0x28; // UserWrapper.Heroes public static int UserWrapperShards = 0x70; // UserWrapper.Shards diff --git a/RaidExtractor/Properties/AssemblyInfo.cs b/RaidExtractor/Properties/AssemblyInfo.cs index 365551e..01a4cd2 100644 --- a/RaidExtractor/Properties/AssemblyInfo.cs +++ b/RaidExtractor/Properties/AssemblyInfo.cs @@ -32,5 +32,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("0.8.32.0")] -[assembly: AssemblyFileVersion("0.8.32.0")] +[assembly: AssemblyVersion("0.8.33.0")] +[assembly: AssemblyFileVersion("0.8.33.0")]