mapreveal: remove markers from map if disabled

This commit is contained in:
shagu
2022-08-22 16:51:57 +02:00
parent 722477acfd
commit eb331f3372
+2
View File
@@ -146,6 +146,8 @@ pfUI:RegisterModule("mapreveal", "vanilla:tbc", function ()
if C.appearance.worldmap.mapexploration == "1" and not alreadyknown[textureName] then
explore.tex:SetTexture("Interface\\WorldMap\\WorldMap-MagnifyingGlass")
explore:Show()
else
explore:Hide()
end
if C.appearance.worldmap.mapreveal == "1" or alreadyknown[textureName] then