fix: quiet learner debug and harden vanilla guids

This commit is contained in:
Xurkon
2026-06-06 07:00:30 -05:00
parent 8c593a1cfd
commit bed1e31a2f
2 changed files with 34 additions and 36 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ _DrawAvailableQuest = function(questId)
if not quest then
if not unavailableQuestLogged[questId] then
unavailableQuestLogged[questId] = true
Questie:Debug(Questie.DEBUG_LEARNER, "[AvailableQuests] Skipping unavailable quest during draw:", questId)
Questie:Debug(Questie.DEBUG_INFO, "[AvailableQuests] Skipping unavailable quest during draw:", questId)
end
return
end