diff --git a/Dalamud/Game/Text/XivChatType.cs b/Dalamud/Game/Text/XivChatType.cs index 3d3328d0c..0fb56c18d 100644 --- a/Dalamud/Game/Text/XivChatType.cs +++ b/Dalamud/Game/Text/XivChatType.cs @@ -13,7 +13,7 @@ public enum XivChatType : ushort // FIXME: this is a single byte /// /// The debug chat type. /// - [XivChatTypeInfo("Debug", "debug", 0x????????)] + [XivChatTypeInfo("Debug", "debug", 0xFF808080)] Debug = 1, /// @@ -169,13 +169,13 @@ public enum XivChatType : ushort // FIXME: this is a single byte /// /// The system error chat type. /// - [XivChatTypeInfo("System Error", "system_error", 0xFFFF4A4A)] + [XivChatTypeInfo("System Error", "system_error", 0xFF808080)] SystemError = 58, /// /// The system message chat type. /// - [XivChatTypeInfo("System Message", "system_message", 0xFFCCCCCC)] + [XivChatTypeInfo("System Message", "system_message", 0xFF808080)] SystemMessage = 57, /// @@ -193,7 +193,7 @@ public enum XivChatType : ushort // FIXME: this is a single byte /// /// The NPC Dialogue chat type. /// - [XivChatTypeInfo("NPC Dialogue", "npc_dialogue", 0x ????????)] + [XivChatTypeInfo("NPC Dialogue", "npc_dialogue", 0xFFABD647)] NPCDialogue = 61, ///