diff --git a/Compat/Compat.lua b/Compat/Compat.lua index 6c0791e..5b0d0c9 100644 --- a/Compat/Compat.lua +++ b/Compat/Compat.lua @@ -1325,7 +1325,9 @@ end function QuestieCompat:QuestieTooltips_RegisterObjectiveTooltip(questId, key, objective) if string.find(key, "m_") then local name = QuestieDB.QueryNPCSingle(tonumber(string.sub(key, 3)), "name") - npActiveQuestNPCs[name] = key + if name then + npActiveQuestNPCs[name] = key + end end end