diff --git a/XivCommon/Functions/Talk.cs b/XivCommon/Functions/Talk.cs index a3a97b6..3f370c2 100755 --- a/XivCommon/Functions/Talk.cs +++ b/XivCommon/Functions/Talk.cs @@ -88,9 +88,10 @@ namespace XivCommon.Functions { fixed (byte* namePtr = newName, textPtr = newText) { this.SetAtkValueString(data + NameOffset, (IntPtr) namePtr); this.SetAtkValueString(data + TextOffset, (IntPtr) textPtr); - this.AddonTalkV45Hook!.Original(addon, a2, data); } } + + this.AddonTalkV45Hook!.Original(addon, a2, data); } }