Skip to content

Commit

Permalink
Merge pull request #360 from longtechai/master
Browse files Browse the repository at this point in the history
7.1 Support
  • Loading branch information
attickdoor authored Nov 29, 2024
2 parents df259c4 + f449817 commit 53f61f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion XIVComboPlugin/IconReplacerAddressResolver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class IconReplacerAddressResolver

public IconReplacerAddressResolver(ISigScanner sig)
{
this.IsIconReplaceable = sig.ScanText("40 53 48 83 EC 20 8B D9 48 8B 0D ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 85 C0 74 1F");
this.IsIconReplaceable = sig.ScanText("40 53 48 83 EC 20 8B D9 48 8B 0D ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 85 C0 74 1B");
}
}
}
2 changes: 1 addition & 1 deletion XIVComboPlugin/XIVCombo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.13" />
<PackageReference Include="DalamudPackager" Version="11.0.0" />
<Reference Include="Dalamud">
<HintPath>$(DalamudLibPath)Dalamud.dll</HintPath>
<Private>false</Private>
Expand Down

0 comments on commit 53f61f0

Please sign in to comment.