- Location : Tweak to fix (hopefully last one)
urnati [01-15-24 - 08:10]
- Location : Tweak to fix (hopefully last one)
diff --git a/TitanLocation/TitanLocation.lua b/TitanLocation/TitanLocation.lua
index 9d72ce9..c5201da 100755
--- a/TitanLocation/TitanLocation.lua
+++ b/TitanLocation/TitanLocation.lua
@@ -194,12 +194,6 @@ local function SetCoordText(player, cursor)
-- local mloc = TitanGetVar(TITAN_LOCATION_ID, "MapLocation") or "TOPRIGHT"
if TITAN_ID == "TitanClassic" then
- -- TODO - is setting map id needed??
- local mapID = C_Map.GetBestMapForUnit("player");
- if mapID ~= nil and C_Map.MapHasArt(mapID) then
- WorldMapFrame:SetMapID(mapID);
- end
-
-- Determine where to show the text
TitanMapPlayerLocation:ClearAllPoints()
TitanMapCursorLocation:ClearAllPoints()