From b1d1322ea80bfbda90bf1d842e172791a24d2620 Mon Sep 17 00:00:00 2001 From: Ludovicus Date: Sun, 25 Oct 2020 18:16:38 -0400 Subject: [PATCH] Update reference from GetQuestLogIndexByID to C_QuestLog.GetLogIndexForQuestID --- TomTom_POIIntegration.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TomTom_POIIntegration.lua b/TomTom_POIIntegration.lua index 3eceacb..622fdf1 100755 --- a/TomTom_POIIntegration.lua +++ b/TomTom_POIIntegration.lua @@ -175,7 +175,7 @@ local function poi_OnClick(self, button) QuestPOIUpdateIcons() - local questIndex = GetQuestLogIndexByID(self.questID) + local questIndex = C_QuestLog.GetLogIndexForQuestID(self.questID) local title, completed, x, y if questIndex and questIndex ~= 0 then -- 1.7.9.5