From 69561fe4077b2e3d3126962af0c29e50210ed8d7 Mon Sep 17 00:00:00 2001 From: Raymond Date: Sun, 22 Aug 2021 10:57:26 -0400 Subject: [PATCH] Fix GameObject.Name length --- Dalamud/Game/ClientState/Objects/Types/GameObject.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .