From 977fc059c4b5d877d780bb0a81f971d66882a2b9 Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Mon, 9 Oct 2023 14:18:30 +0200 Subject: [PATCH] Fix stain issue with gearsets. --- Glamourer/State/StateListener.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Glamourer/State/StateListener.cs b/Glamourer/State/StateListener.cs index b07a359..a99c690 100644 --- a/Glamourer/State/StateListener.cs +++ b/Glamourer/State/StateListener.cs @@ -264,6 +264,7 @@ public class StateListener : IDisposable if (current.Value == changed.Value && state[slot, false] is not StateChanged.Source.Fixed and not StateChanged.Source.Ipc) { _manager.ChangeItem(state, slot, currentItem, StateChanged.Source.Game); + _manager.ChangeStain(state, slot, current.Stain, StateChanged.Source.Game); switch (slot) { case EquipSlot.MainHand: