diff --git a/Dalamud/Game/Text/XivChatType.cs b/Dalamud/Game/Text/XivChatType.cs index 1a41a5eff..7e38c02ef 100644 --- a/Dalamud/Game/Text/XivChatType.cs +++ b/Dalamud/Game/Text/XivChatType.cs @@ -13,6 +13,7 @@ public enum XivChatType : ushort /// /// The debug chat type. /// + [XivChatTypeInfo("Debug", "debug", 0xFF808080)] Debug = 1, /// @@ -42,12 +43,13 @@ public enum XivChatType : ushort /// /// The outgoing tell chat type. /// + [XivChatTypeInfo("Tell (Outgoing)", "tell_outgoing", 0xFFFF69B4)] TellOutgoing = 12, /// /// The incoming tell chat type. /// - [XivChatTypeInfo("Tell", "tell", 0xFFFF69B4)] + [XivChatTypeInfo("Tell (Incoming)", "tell_incoming", 0xFFFF69B4)] TellIncoming = 13, /// @@ -167,31 +169,37 @@ public enum XivChatType : ushort /// /// The system error chat type. /// + [XivChatTypeInfo("System Error", "system_error", 0xFF808080)] SystemError = 58, /// /// The system message chat type. /// + [XivChatTypeInfo("System Message", "system_message", 0xFF808080)] SystemMessage = 57, /// /// The system message (gathering) chat type. /// + [XivChatTypeInfo("Gathering", "gathering", 0xFFCCCCCC)] GatheringSystemMessage = 59, /// /// The error message chat type. /// + [XivChatTypeInfo("Error", "error", 0xFFFF4A4A)] ErrorMessage = 60, /// /// The NPC Dialogue chat type. /// + [XivChatTypeInfo("NPC Dialogue", "npc_dialogue", 0xFFABD647)] NPCDialogue = 61, /// /// The NPC Dialogue (Announcements) chat type. /// + [XivChatTypeInfo("NPC Dialogue Announcements", "npc_dialogue_announcements", 0xFFABD647)] NPCDialogueAnnouncements = 68, /// @@ -200,6 +208,7 @@ public enum XivChatType : ushort /// /// This might be used for other purposes. /// + [XivChatTypeInfo("Retainer", "retainer", 0xFF808080)] RetainerSale = 71, ///