Skip to content

Commit

Permalink
Memory address update for patch 3.15 (v2)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKuschnik committed Jan 24, 2016
1 parent 065792d commit 44644be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MEMMAP
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ItemSetPointer>
<BaseAddressOffset>17029416</BaseAddressOffset>
<Offsets>
<int>464</int>
<int>64</int>
<int>0</int>
</Offsets>
</ItemSetPointer>
Expand Down
2 changes: 1 addition & 1 deletion Zodiac Glass/FFXIV/FFXIVMemoryMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
public class FFXIVMemoryMap
{
private static readonly Lazy<FFXIVMemoryMap> _default = new Lazy<FFXIVMemoryMap>(() => new FFXIVMemoryMap() { ItemSetPointer =
new FFXIVPointer() { BaseAddressOffset = 0x0103D928, Offsets = new int[] { 0x1d0, 0x0 } }
new FFXIVPointer() { BaseAddressOffset = 0x0103D928, Offsets = new int[] { 0x40, 0x0 } }
});

public static FFXIVMemoryMap Default
Expand Down
2 changes: 1 addition & 1 deletion Zodiac Glass/Properties/AssemblyProperties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
internal static class AssemblyProperties
{
internal const string Version = "1.4.1601.23001"; // X.X.Year_Year_Month_Mont.Day_Day_BuildOfDayBuildOfDayBuildOfDay
internal const string Version = "1.4.1601.24001"; // X.X.Year_Year_Month_Mont.Day_Day_BuildOfDayBuildOfDayBuildOfDay
internal const string Name = "Zodiac Glass";
internal const string Copyright = "© 2016 Martin Kuschnik";
}
Expand Down

0 comments on commit 44644be

Please sign in to comment.