diff --git a/Modules/QuestLinks/Link.lua b/Modules/QuestLinks/Link.lua index 9c5945b..4f4fe7c 100644 --- a/Modules/QuestLinks/Link.lua +++ b/Modules/QuestLinks/Link.lua @@ -71,6 +71,7 @@ end ---@return string function QuestieLink:GetQuestLinkString(questLevel, questName, questId) local questLink = GetQuestLink and GetQuestLink(questId) + questName = questName or (questLink and string.match(questLink, "%[(.-)%]")) or "Quest" local questString = "["..questName.." ("..tostring(questId)..")]" if Questie.db.profile.trackerShowQuestLevel then