From 6af9f47d6b9fc8ae91bedfb31262d6930fc80bb0 Mon Sep 17 00:00:00 2001
From: PunishedPineapple <50609717+PunishedPineapple@users.noreply.github.com>
Date: Sat, 23 Apr 2022 09:40:50 -0500
Subject: [PATCH] Added NPC Dialogue chat types. (#812)
---
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.
///