From ae9bb91aa37b57587ab073e726c672daea267d3e 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 46b7facb5..65106187a 100644 --- a/Dalamud/Game/Text/XivChatType.cs +++ b/Dalamud/Game/Text/XivChatType.cs @@ -193,13 +193,13 @@ public enum XivChatType : ushort // FIXME: this is a single byte /// /// 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, ///