From 83f21638310e73eede2183cfd2fb391da2cd1b36 Mon Sep 17 00:00:00 2001 From: Ludovicus Date: Sat, 16 Nov 2019 13:31:23 -0500 Subject: [PATCH] Cluey: Bad reference to self in poi_OnClick(). --- TomTom_POIIntegration.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TomTom_POIIntegration.lua b/TomTom_POIIntegration.lua index d9877c8..6fdcc76 100755 --- a/TomTom_POIIntegration.lua +++ b/TomTom_POIIntegration.lua @@ -208,7 +208,7 @@ local function poi_OnClick(self, button) if not x or not y then -- No coordinate information for this quest/objective local header = "|cFF33FF99TomTom|r" - if self.profile.general.announce then + if TomTom.profile.general.announce then local msg = L["%s: No coordinate information found for '%s' at this map level"]:format(header, title or self.questID) ChatFrame1:AddMessage(msg) end -- 1.7.9.5