From e2dc8802f77a20fc4a49b712bde55a7c54f0d45d Mon Sep 17 00:00:00 2001 From: PunishedPineapple <50609717+PunishedPineapple@users.noreply.github.com> Date: Wed, 15 Jun 2022 13:43:44 -0500 Subject: [PATCH] Added NPC Dialogue chat types. (#851) --- Dalamud/Game/Text/XivChatType.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Dalamud/Game/Text/XivChatType.cs b/Dalamud/Game/Text/XivChatType.cs index d89fc5f0c..0d8081f62 100644 --- a/Dalamud/Game/Text/XivChatType.cs +++ b/Dalamud/Game/Text/XivChatType.cs @@ -184,6 +184,16 @@ namespace Dalamud.Game.Text /// ErrorMessage = 60, + /// + /// The NPC Dialogue chat type. + /// + NPCDialogue = 61, + + /// + /// The NPC Dialogue (Announcements) chat type. + /// + NPCDialogueAnnouncements = 68, + /// /// The retainer sale chat type. ///