From 6cb4f0be244bfe8a1b5c7789e192e76021addb54 Mon Sep 17 00:00:00 2001 From: Kerrinen Hope <8914+Ravendwyr@users.noreply.github.com> Date: Sun, 11 Sep 2022 16:17:00 +0100 Subject: [PATCH] Expander: Tweak the minimap instance difficulty flag. --- Modules/Expander.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Modules/Expander.lua b/Modules/Expander.lua index 9ba2706..82f407e 100755 --- a/Modules/Expander.lua +++ b/Modules/Expander.lua @@ -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()