NPC Dialogue fix

This commit is contained in:
AzureGem 2023-09-03 17:42:25 -04:00 committed by GitHub
parent 622d66130f
commit ae9bb91aa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -193,13 +193,13 @@ public enum XivChatType : ushort // FIXME: this is a single byte
/// <summary>
/// The NPC Dialogue chat type.
/// </summary>
[XivChatTypeInfo("NPC", "npc", 0x ????????)]
[XivChatTypeInfo("NPC Dialogue", "npc_dialogue", 0x ????????)]
NPCDialogue = 61,
/// <summary>
/// The NPC Dialogue (Announcements) chat type.
/// </summary>
[XivChatTypeInfo("NPC Dialog", "npc_dialog", 0xFFABD647)]
[XivChatTypeInfo("NPC Dialogue Announcements", "npc_dialogue_announcements", 0xFFABD647)]
NPCDialogueAnnouncements = 68,
/// <summary>