Skip to content

Commit

Permalink
Expander: Tweak the minimap instance difficulty flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravendwyr committed Sep 11, 2022
1 parent 2575d06 commit 6cb4f0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Modules/Expander.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ function Expander:Refresh(fromCombat)
end
end

if Chinchilla:IsRetail() then
if Chinchilla:IsWrathClassic() then
MiniMapInstanceDifficulty:Hide()
elseif Chinchilla:IsRetail() then
MiniMapInstanceDifficulty:Hide()
GuildInstanceDifficulty:Hide()
MiniMapChallengeMode:Hide()
Expand Down

0 comments on commit 6cb4f0b

Please sign in to comment.