From f618dd4871f7c94ddd733750d62a3007fa2137a5 Mon Sep 17 00:00:00 2001 From: AzureGem Date: Sun, 3 Sep 2023 17:42:25 -0400 Subject: [PATCH] NPC Dialogue fix --- Dalamud/Game/Text/XivChatType.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dalamud/Game/Text/XivChatType.cs b/Dalamud/Game/Text/XivChatType.cs index 3476afb7c..ef56a4528 100644 --- a/Dalamud/Game/Text/XivChatType.cs +++ b/Dalamud/Game/Text/XivChatType.cs @@ -193,13 +193,13 @@ public enum XivChatType : ushort /// /// The NPC Dialogue chat type. /// - [XivChatTypeInfo("NPC", "npc", 0x ????????)] + [XivChatTypeInfo("NPC Dialogue", "npc_dialogue", 0x ????????)] NPCDialogue = 61, /// /// The NPC Dialogue (Announcements) chat type. /// - [XivChatTypeInfo("NPC Dialog", "npc_dialog", 0xFFABD647)] + [XivChatTypeInfo("NPC Dialogue Announcements", "npc_dialogue_announcements", 0xFFABD647)] NPCDialogueAnnouncements = 68, ///