Skip to content

Commit

Permalink
Fix renamed func.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tga123 authored Nov 18, 2022
1 parent 1f1a672 commit edbff28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MapPinProvider.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edbff28

Please sign in to comment.