mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
NPC Dialogue fix
This commit is contained in:
parent
622d66130f
commit
ae9bb91aa3
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue