chore: update signature

This commit is contained in:
Anna 2024-06-26 11:37:17 -04:00
parent 17cc403801
commit 77c3fa6c63
Signed by: anna
GPG Key ID: D0943384CD9F87D1

View File

@ -39,7 +39,7 @@ public sealed class Plugin : IDalamudPlugin {
.Build();
private static class Signatures {
internal const string GetBalloonRow = "E8 ?? ?? ?? ?? 48 85 C0 74 4D 48 89 5C 24";
internal const string GetBalloonRow = "E8 ?? ?? ?? ?? 48 85 C0 0F 84 ?? ?? ?? ?? 48 89 B4 24 ?? ?? ?? ?? 48 8B C8";
}
private delegate nint GetBalloonRowDelegate(uint rowId);