diff --git a/ElvUI_SLE/modules/Armory/CharacterArmory/CharacterArmory.lua b/ElvUI_SLE/modules/Armory/CharacterArmory/CharacterArmory.lua index d57cc34..ce50710 100644 --- a/ElvUI_SLE/modules/Armory/CharacterArmory/CharacterArmory.lua +++ b/ElvUI_SLE/modules/Armory/CharacterArmory/CharacterArmory.lua @@ -671,7 +671,7 @@ function CA:Setup_CharacterArmory() if E.private.bags.enable and btn == "LeftButton" then OpenAllBags() ElvUI_ContainerFrameEditBox:SetText('POWER') - if self.ArtifactMonitor then self.ArtifactMonitor.NowSearchingPowerItem = true end + CA.ArtifactMonitor.NowSearchingPowerItem = true elseif btn == "RightButton" then ShowUIPanel(SocketInventoryItem(16)) end