From 76b005d33b5095af3505dfd50845ca916f9d12b0 Mon Sep 17 00:00:00 2001 From: Raymond Date: Sun, 22 Aug 2021 10:57:37 -0400 Subject: [PATCH] Re-add Character.NameId --- Dalamud/Game/ClientState/Objects/Types/Character.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dalamud/Game/ClientState/Objects/Types/Character.cs b/Dalamud/Game/ClientState/Objects/Types/Character.cs index 97a0a53d5..17a1ec6f3 100644 --- a/Dalamud/Game/ClientState/Objects/Types/Character.cs +++ b/Dalamud/Game/ClientState/Objects/Types/Character.cs @@ -88,6 +88,11 @@ namespace Dalamud.Game.ClientState.Objects.Types /// public override uint TargetObjectId => this.Struct->GameObject.TargetObjectID; + /// + /// Gets the name ID of the character. + /// + public uint NameId => this.Struct->NameID; + /// /// Gets the status flags. ///