diff --git a/Dalamud/Game/Text/XivChatType.cs b/Dalamud/Game/Text/XivChatType.cs
index 89e63a671..46b7facb5 100644
--- a/Dalamud/Game/Text/XivChatType.cs
+++ b/Dalamud/Game/Text/XivChatType.cs
@@ -43,13 +43,13 @@ public enum XivChatType : ushort // FIXME: this is a single byte
///
/// The outgoing tell chat type.
///
- [XivChatTypeInfo("Tell (Outgoing)", "tell_outgoing", 0xFFFF69B4)] // Do we want this?
+ [XivChatTypeInfo("Tell (Outgoing)", "tell_outgoing", 0xFFFF69B4)]
TellOutgoing = 12,
///
/// The incoming tell chat type.
///
- [XivChatTypeInfo("Tell (Incoming)", "tell", 0xFFFF69B4)]
+ [XivChatTypeInfo("Tell (Incoming)", "tell_incoming", 0xFFFF69B4)]
TellIncoming = 13,
///
@@ -169,37 +169,37 @@ public enum XivChatType : ushort // FIXME: this is a single byte
///
/// The system error chat type.
///
- [XivChatTypeInfo("SystemError", "system_error", 0x????????)]
+ [XivChatTypeInfo("System Error", "system_error", 0xFFFF4A4A)]
SystemError = 58,
///
/// The system message chat type.
///
- [XivChatTypeInfo("SystemError", "system_message", 0x????????)]
+ [XivChatTypeInfo("System Message", "system_message", 0xFFCCCCCC)]
SystemMessage = 57,
///
/// The system message (gathering) chat type.
///
- [XivChatTypeInfo("SystemError", "gathering", 0x ????????)]
+ [XivChatTypeInfo("Gathering", "gathering", 0xFFCCCCCC)]
GatheringSystemMessage = 59,
///
/// The error message chat type.
///
- [XivChatTypeInfo("SystemError", "error", 0x ????????)]
+ [XivChatTypeInfo("Error", "error", 0xFFFF4A4A)]
ErrorMessage = 60,
///
/// The NPC Dialogue chat type.
///
- [XivChatTypeInfo("SystemError", "npc", 0x ????????)]
+ [XivChatTypeInfo("NPC", "npc", 0x ????????)]
NPCDialogue = 61,
///
/// The NPC Dialogue (Announcements) chat type.
///
- [XivChatTypeInfo("SystemError", "npc_dialog", 0x ????????)]
+ [XivChatTypeInfo("NPC Dialog", "npc_dialog", 0xFFABD647)]
NPCDialogueAnnouncements = 68,
///
@@ -208,7 +208,7 @@ public enum XivChatType : ushort // FIXME: this is a single byte
///
/// This might be used for other purposes.
///
- [XivChatTypeInfo("SystemError", "retainer", 0x ????????)]
+ [XivChatTypeInfo("Retainer", "retainer", 0x ????????)]
RetainerSale = 71,
///