fix: draw pins from immediate learner kill evidence

This commit is contained in:
Xurkon
2026-06-05 22:27:27 -05:00
parent c6e118165f
commit 6f4bd69d00
3 changed files with 69 additions and 3 deletions
+2 -2
View File
@@ -181,7 +181,7 @@ monster = function(npcId, objective)
local isLearned = false
if dataSourceMode == "none" or dataSourceMode == "learner" then
if dataSourceMode == "none" then
spawns = {}
end
@@ -276,7 +276,7 @@ object = function(objectId, objective)
end
local isLearned = false
if dataSourceMode == "none" or dataSourceMode == "learner" then
if dataSourceMode == "none" then
spawns = {}
end