Skip to content

Commit

Permalink
Merge pull request #1196 from Haselnussbomber/fix-setflagmapmarker-sig
Browse files Browse the repository at this point in the history
Fix sig of AgentMap.SetFlagMapMarker
  • Loading branch information
aers authored Nov 16, 2024
2 parents 60ce87a + 8c356c3 commit bd6b4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public unsafe partial struct AgentMap {
[FieldOffset(0x5F00)] public QuestLinkContainer MapQuestLinkContainer;
[FieldOffset(0x6A58)] public QuestLinkContainer MiniMapQuestLinkContainer;

[MemberFunction("E8 ?? ?? ?? ?? E9 ?? ?? ?? ?? 48 8B 4F 10 48 85 C9")]
[MemberFunction("40 56 48 83 EC 40 80 B9 ?? ?? ?? ?? ?? 48 8B F1 0F 29 7C 24")]
public partial void SetFlagMapMarker(uint territoryId, uint mapId, float x, float y, uint iconId = 0xEC91);

[MemberFunction("E8 ?? ?? ?? ?? 4C 8B B4 24 ?? ?? ?? ?? EB 64")]
Expand Down

0 comments on commit bd6b4ff

Please sign in to comment.