diff --git a/Dalamud/Game/ClientState/Objects/Types/GameObject.cs b/Dalamud/Game/ClientState/Objects/Types/GameObject.cs index 138dc43e2..8312b7374 100644 --- a/Dalamud/Game/ClientState/Objects/Types/GameObject.cs +++ b/Dalamud/Game/ClientState/Objects/Types/GameObject.cs @@ -92,7 +92,7 @@ namespace Dalamud.Game.ClientState.Objects.Types /// /// Gets the name of this . /// - public SeString Name => MemoryHelper.ReadSeString((IntPtr)this.Struct->Name, 32); + public SeString Name => MemoryHelper.ReadSeString((IntPtr)this.Struct->Name, 64); /// /// Gets the object ID of this .