Compare commits

..

No commits in common. "1b08d986caf238c70628a8889b3eb3b8eada1c66" and "7aa77aa2eb33752bc0d222c62e07e571b30f9eeb" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
<PropertyGroup Label="Feature">
<Description>XIV Launcher addon framework</Description>
<DalamudVersion>13.0.0.3</DalamudVersion>
<DalamudVersion>13.0.0.2</DalamudVersion>
<AssemblyVersion>$(DalamudVersion)</AssemblyVersion>
<Version>$(DalamudVersion)</Version>
<FileVersion>$(DalamudVersion)</FileVersion>

View file

@ -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;
}
}

@ -1 +1 @@
Subproject commit 3ae5a65f6d3a00d2d1091319ddec1442ea22726a
Subproject commit 834d3cc94082fd812cf6cda8da217b22e4f9f15d