Added NPC Dialogue chat types. (#812)

This commit is contained in:
PunishedPineapple 2022-04-23 09:40:50 -05:00 committed by GitHub
parent 9a2e2f1024
commit 6af9f47d6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -184,6 +184,16 @@ namespace Dalamud.Game.Text
/// </summary>
ErrorMessage = 60,
/// <summary>
/// The NPC Dialogue chat type.
/// </summary>
NPCDialogue = 61,
/// <summary>
/// The NPC Dialogue (Announcements) chat type.
/// </summary>
NPCDialogueAnnouncements = 68,
/// <summary>
/// The retainer sale chat type.
/// </summary>