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. ///