Skip to content

Commit 7288cb1

Browse files
committed
Fix
1 parent 7b9de44 commit 7288cb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FFXIVClientStructs/FFXIV/Component/GUI/AtkTextInput.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public unsafe partial struct AtkTextInput {
3232
[FieldOffset(0xC10)] public AllowedEntities InputSanitizationFlags;
3333

3434
/// <remarks> Call this only if <see cref="InputSanitizationFlags"/> has Payloads! </remarks>
35-
[MemberFunction("E8 ?? ?? ?? ?? E9 ?? ?? ?? ?? 48 8B 4E 18 48 8B 01")]
35+
[MemberFunction("40 57 48 81 EC ?? ?? ?? ?? 48 8B 05 ?? ?? ?? ?? 48 33 C4 48 89 84 24 ?? ?? ?? ?? 66 83 B9 ?? ?? ?? ?? ??")]
3636
public partial void OpenCompletion();
3737

3838
// Component::GUI::AtkTextInput::AtkTextInputEventInterface

0 commit comments

Comments
 (0)