From c51c166ee64aa26794451c235fc9ec51fccf9f3a Mon Sep 17 00:00:00 2001 From: urnati Date: Thu, 11 Jul 2019 20:42:58 -0400 Subject: [PATCH] #1245 Remove the UpdateWorldmap logic from Location as it causes some users issues --- TitanLocation/TitanLocation.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TitanLocation/TitanLocation.lua b/TitanLocation/TitanLocation.lua index 2d5fee9..246201c 100755 --- a/TitanLocation/TitanLocation.lua +++ b/TitanLocation/TitanLocation.lua @@ -190,12 +190,14 @@ function TitanPanelLocationButton_OnEvent(self, event, ...) TitanPanelLocationButton_LocOnMiniMap() end end +--[[ if TitanGetVar(TITAN_LOCATION_ID, "UpdateWorldmap") then local mapID = C_Map.GetBestMapForUnit("player") if mapID ~= nil then WorldMapFrame:SetMapID(mapID); end end +--]] TitanPanelLocationButton_UpdateZoneInfo(self); TitanPanelPluginHandle_OnUpdate(updateTable); TitanPanelLocation_HandleUpdater(); -- 1.7.9.5