diff --git a/MEMMAP b/MEMMAP
index c1890e3..f8228ea 100644
--- a/MEMMAP
+++ b/MEMMAP
@@ -13,7 +13,7 @@
- repeat this until you get a address like "ffxiv.exe" + 221E2CB8
- doppel click this address and you have your address
-->
- 16986360
+ 16990456
96
0
diff --git a/Zodiac Glass.v12.suo b/Zodiac Glass.v12.suo
index 15f6ad0..f5f8ae7 100644
Binary files a/Zodiac Glass.v12.suo and b/Zodiac Glass.v12.suo differ
diff --git a/Zodiac Glass/FFXIV/FFXIVMemoryMap.cs b/Zodiac Glass/FFXIV/FFXIVMemoryMap.cs
index ba7ab4a..61fa884 100644
--- a/Zodiac Glass/FFXIV/FFXIVMemoryMap.cs
+++ b/Zodiac Glass/FFXIV/FFXIVMemoryMap.cs
@@ -6,7 +6,7 @@
public class FFXIVMemoryMap
{
private static readonly Lazy _default = new Lazy(() => new FFXIVMemoryMap() { ItemSetPointer =
- new FFXIVPointer() { BaseAddressOffset = 0x010330F8, Offsets = new int[] { 0x60, 0x0 } }
+ new FFXIVPointer() { BaseAddressOffset = 0x010340F8, Offsets = new int[] { 0x60, 0x0 } }
});
public static FFXIVMemoryMap Default
diff --git a/Zodiac Glass/Properties/AssemblyProperties.cs b/Zodiac Glass/Properties/AssemblyProperties.cs
index e243b9d..b5fbae4 100644
--- a/Zodiac Glass/Properties/AssemblyProperties.cs
+++ b/Zodiac Glass/Properties/AssemblyProperties.cs
@@ -2,7 +2,7 @@
{
internal static class AssemblyProperties
{
- internal const string Version = "1.4.1506.29001"; // X.X.Year_Year_Month_Mont.Day_Day_BuildOfDayBuildOfDayBuildOfDay
+ internal const string Version = "1.4.1507.15001"; // X.X.Year_Year_Month_Mont.Day_Day_BuildOfDayBuildOfDayBuildOfDay
internal const string Name = "Zodiac Glass";
internal const string Copyright = "© 2015 Invisible Shield";
}