From 8a50de41c2fdb38eaeb45bebe84fdc64614db5f3 Mon Sep 17 00:00:00 2001 From: Pine Date: Thu, 14 Nov 2024 09:25:54 -0500 Subject: [PATCH 1/2] 7.1 Support --- XIVComboPlugin/IconReplacerAddressResolver.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XIVComboPlugin/IconReplacerAddressResolver.cs b/XIVComboPlugin/IconReplacerAddressResolver.cs index 3e08a0bcb..cb29566a9 100644 --- a/XIVComboPlugin/IconReplacerAddressResolver.cs +++ b/XIVComboPlugin/IconReplacerAddressResolver.cs @@ -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"); } } } From f449817c22eb6b6a14cc8c74ecc8eb45e349f1cd Mon Sep 17 00:00:00 2001 From: Pine Date: Mon, 18 Nov 2024 11:02:33 -0500 Subject: [PATCH 2/2] API 11 --- XIVComboPlugin/XIVCombo.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XIVComboPlugin/XIVCombo.csproj b/XIVComboPlugin/XIVCombo.csproj index 58d6bb217..40142ec26 100644 --- a/XIVComboPlugin/XIVCombo.csproj +++ b/XIVComboPlugin/XIVCombo.csproj @@ -31,7 +31,7 @@ - + $(DalamudLibPath)Dalamud.dll false