diff --git a/Dalamud/Game/ClientState/Objects/SubKinds/Npc.cs b/Dalamud/Game/ClientState/Objects/SubKinds/Npc.cs index 2ff6ab173..3d9ff17b9 100644 --- a/Dalamud/Game/ClientState/Objects/SubKinds/Npc.cs +++ b/Dalamud/Game/ClientState/Objects/SubKinds/Npc.cs @@ -18,10 +18,5 @@ namespace Dalamud.Game.ClientState.Objects.SubKinds : base(address) { } - - /// - /// Gets the name ID of the NPC linking to their respective game data. - /// - public uint NameId => this.Struct->NameID; } }