Skip to content

Commit

Permalink
hide new difficulty icon
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Feb 26, 2024
1 parent 579e154 commit 7bf369a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ElvUI_EltreumUI/Modules/Misc/Instances.lua
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,11 @@ instancedifficulty:SetScript("OnEvent", function()
if _G["MiniMapInstanceDifficulty"] and (_G["MiniMapInstanceDifficulty"]:IsShown() or _G["MiniMapInstanceDifficulty"]:GetAlpha() == 1) then
_G["MiniMapInstanceDifficulty"]:SetAlpha(0)
end

if _G["MinimapCluster"] and _G["MinimapCluster"].InstanceDifficulty then
_G["MinimapCluster"].InstanceDifficulty:Hide()
end

if E.Retail then
if _G["MiniMapChallengeMode"] and (_G["MiniMapChallengeMode"]:IsShown() or _G["MiniMapChallengeMode"]:GetAlpha() == 1) then
_G["MiniMapChallengeMode"]:SetAlpha(0)
Expand Down

0 comments on commit 7bf369a

Please sign in to comment.