From 97a40d692951fc4b70e53d8a4941206916b6f1ec Mon Sep 17 00:00:00 2001 From: AzureGem Date: Thu, 31 Aug 2023 10:47:34 -0400 Subject: [PATCH] "Tell (Incoming)" and Tell (Outgoing) color --- Dalamud/Game/Text/XivChatType.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dalamud/Game/Text/XivChatType.cs b/Dalamud/Game/Text/XivChatType.cs index 135f7103f..de46d2c44 100644 --- a/Dalamud/Game/Text/XivChatType.cs +++ b/Dalamud/Game/Text/XivChatType.cs @@ -43,13 +43,13 @@ public enum XivChatType : ushort /// /// 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, ///