diff --git a/MogAssistant.lua b/MogAssistant.lua index e836d56..388128e 100644 --- a/MogAssistant.lua +++ b/MogAssistant.lua @@ -32,6 +32,8 @@ local function UpdateItems(self) if transmogStateAtlas then model.TransmogStateTexture:SetAtlas(transmogStateAtlas, true) model.TransmogStateTexture:Show() + else + model.TransmogStateTexture:Hide() end end end