fix: swap current and home world in friend list

This commit is contained in:
Anna 2022-01-10 18:29:48 -05:00
parent 88706f8d35
commit 030da23475
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
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>