From a4ab56fa58f7f3215f01e5b04a3e43c3cdbd69e5 Mon Sep 17 00:00:00 2001 From: attickdoor Date: Sat, 21 Dec 2019 04:49:37 -0500 Subject: [PATCH] Forgot to add to CustomIDs. --- Dalamud/Game/Internal/Gui/IconReplacer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Dalamud/Game/Internal/Gui/IconReplacer.cs b/Dalamud/Game/Internal/Gui/IconReplacer.cs index 40f482d26..8653d99e6 100644 --- a/Dalamud/Game/Internal/Gui/IconReplacer.cs +++ b/Dalamud/Game/Internal/Gui/IconReplacer.cs @@ -942,6 +942,7 @@ namespace Dalamud.Game.Internal.Gui { CustomIDs.Add(3566); CustomIDs.Add(92); CustomIDs.Add(2866); + CustomIDs.Add(3553); VanillaIDs.Add(0x3e75); VanillaIDs.Add(0x3e76); VanillaIDs.Add(0x3e77);