From cf651c5970b1c409ba42a12f80251550ed07db97 Mon Sep 17 00:00:00 2001 From: meli <57847713+ff-meli@users.noreply.github.com> Date: Thu, 21 Nov 2019 15:12:33 -0800 Subject: [PATCH] add chat type for retainer sale messages --- Dalamud/Game/Chat/XivChatType.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dalamud/Game/Chat/XivChatType.cs b/Dalamud/Game/Chat/XivChatType.cs index a52584153..1ecb16985 100644 --- a/Dalamud/Game/Chat/XivChatType.cs +++ b/Dalamud/Game/Chat/XivChatType.cs @@ -82,6 +82,8 @@ namespace Dalamud.Game.Chat { Echo = 56, SystemError = 58, GatheringSystemMessage = 60, + // not sure if this is used for anything else + RetainerSale = 71, [XivChatTypeInfo("Crossworld Linkshell 2", "cw2", 0xFF1E90FF)] CrossLinkShell2 = 101,