diff --git a/Dalamud/Dalamud.csproj b/Dalamud/Dalamud.csproj index 01eb1a2ec..8049eee77 100644 --- a/Dalamud/Dalamud.csproj +++ b/Dalamud/Dalamud.csproj @@ -6,7 +6,7 @@ XIV Launcher addon framework - 13.0.0.3 + 13.0.0.2 $(DalamudVersion) $(DalamudVersion) $(DalamudVersion) diff --git a/Dalamud/Game/SigScanner.cs b/Dalamud/Game/SigScanner.cs index 67f4f563e..dc1e54e77 100644 --- a/Dalamud/Game/SigScanner.cs +++ b/Dalamud/Game/SigScanner.cs @@ -343,11 +343,11 @@ public class SigScanner : IDisposable, ISigScanner break; var scanRet = mBase + index; - mBase = scanRet + 1; if (this.IsCopy) scanRet -= this.moduleCopyOffset; yield return scanRet; + mBase = scanRet + 1; } } diff --git a/lib/FFXIVClientStructs b/lib/FFXIVClientStructs index 3ae5a65f6..834d3cc94 160000 --- a/lib/FFXIVClientStructs +++ b/lib/FFXIVClientStructs @@ -1 +1 @@ -Subproject commit 3ae5a65f6d3a00d2d1091319ddec1442ea22726a +Subproject commit 834d3cc94082fd812cf6cda8da217b22e4f9f15d