From 75e3ea354e309fc04c97cd9dc9e217153216c857 Mon Sep 17 00:00:00 2001 From: HonorGoG Date: Thu, 1 Aug 2019 22:27:58 -0700 Subject: [PATCH] - TitanLocation: Fix for _ local variable. --- TitanLocation/TitanLocation.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TitanLocation/TitanLocation.lua b/TitanLocation/TitanLocation.lua index 8348c6e..e5b16d5 100755 --- a/TitanLocation/TitanLocation.lua +++ b/TitanLocation/TitanLocation.lua @@ -114,7 +114,8 @@ function TitanPanelLocationButton_GetButtonText(id) if (TitanGetVar(TITAN_LOCATION_ID, "ShowZoneText")) then if (TitanUtils_ToString(button.subZoneText) == '') then if (button.zoneText == '') then - local _, _, button.zoneText = C_Map.GetMapInfo(C_Map.GetBestMapUnit("player")); + local _ + _, _, button.zoneText = C_Map.GetMapInfo(C_Map.GetBestMapUnit("player")); end locationText = TitanUtils_ToString(button.zoneText)..' '..locationText; else -- 1.7.9.5