Skip to content

Commit 20b2a09

Browse files
committed
Fix AgentLobby.OpenLoginWaitDialog's signature
This slightly changed in 7.3, which ends up hooking into some random function that's definitely not related to the login wait dialog!
1 parent 26895ac commit 20b2a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentLobby.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public unsafe partial struct AgentLobby {
8585
[MemberFunction("E8 ?? ?? ?? ?? E9 ?? ?? ?? ?? 83 FB ?? 0F 8E ?? ?? ?? ?? 48 8D 4F")]
8686
public partial bool UpdateCharaSelectDisplay(sbyte index, bool a2);
8787

88-
[MemberFunction("E8 ?? ?? ?? ?? C6 83 ?? ?? ?? ?? ?? 66 C7 83")]
88+
[MemberFunction("E8 ?? ?? ?? ?? C6 87 ?? ?? ?? ?? ?? 66 C7 87")]
8989
public partial void OpenLoginWaitDialog(int position);
9090

9191
[MemberFunction("40 56 41 56 41 57 48 83 EC 40 80 B9")]

0 commit comments

Comments
 (0)