Add missing offhand to StatusFlags enum

This commit is contained in:
Dragon 2021-06-24 21:49:48 +03:00
parent 7a5dcd3a83
commit 35d0f6dbad

View file

@ -28,6 +28,11 @@ namespace Dalamud.Game.ClientState.Actors
/// </summary>
WeaponOut = 4,
/// <summary>
/// Actor offhand is out.
/// </summary>
OffhandOut = 8,
/// <summary>
/// Actor is a party member.
/// </summary>