diff --git a/Dalamud/Game/Text/XivChatType.cs b/Dalamud/Game/Text/XivChatType.cs index 6e1dfd75d..89e63a671 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", 0x ????????)] // Do we want this? + [XivChatTypeInfo("Tell (Outgoing)", "tell_outgoing", 0xFFFF69B4)] // Do we want this? TellOutgoing = 12, /// /// The incoming tell chat type. /// - [XivChatTypeInfo("Tell", "tell", 0xFFFF69B4)] + [XivChatTypeInfo("Tell (Incoming)", "tell", 0xFFFF69B4)] TellIncoming = 13, ///