fix: swap current and home world in friend list

This commit is contained in:
Anna 2022-01-10 18:29:48 -05:00
parent 19d0d20591
commit 18ba1d1755
1 changed files with 7 additions and 7 deletions

View File

@ -17,18 +17,18 @@ namespace XivCommon.Functions.FriendList {
[FieldOffset(0x00)]
public readonly ulong ContentId;
/// <summary>
/// The home world of the friend.
/// </summary>
[FieldOffset(0x16)]
public readonly ushort HomeWorld;
/// <summary>
/// The current world of the friend.
/// </summary>
[FieldOffset(0x18)]
[FieldOffset(0x16)]
public readonly ushort CurrentWorld;
/// <summary>
/// The home world of the friend.
/// </summary>
[FieldOffset(0x18)]
public readonly ushort HomeWorld;
/// <summary>
/// The job the friend is currently on.
/// </summary>