From edbff28b38881e1440534f6af496fe25bb1c78df Mon Sep 17 00:00:00 2001 From: Tga123 <29838841+Tga123@users.noreply.github.com> Date: Fri, 18 Nov 2022 15:08:29 +0300 Subject: [PATCH] Fix renamed func. --- MapPinProvider.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapPinProvider.lua b/MapPinProvider.lua index 202de6f..d57f868 100644 --- a/MapPinProvider.lua +++ b/MapPinProvider.lua @@ -206,7 +206,7 @@ function WQT_PinDataProvider:PlacePins() for k, questInfo in ipairs(WQT_WorldQuestFrame.dataProvider:GetIterativeList()) do local officialShow = true; if (wqp.focusedQuestID) then - officialShow = C_QuestLog.IsQuestCalling(wqp.focusedQuestID) and wqp:ShouldHighlightInfo(questInfo.questId); + officialShow = C_QuestLog.IsQuestCalling(wqp.focusedQuestID) and wqp:ShouldSupertrackHighlightInfo(questInfo.questId); end if (officialShow and ShouldShowPin(questInfo, mapInfo.mapType, settingsZoneVisible, settingsContinentVisible, settingsFilterPoI, isFlightMap)) then