fix(quest-links): handle missing quest names

This commit is contained in:
Aron
2026-07-11 12:24:57 +02:00
parent d3795f9ae5
commit 9df64114df
+1
View File
@@ -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