Release v9.8.0: Lootbot Tracker & Map Pins Fixes

This commit is contained in:
Xurkon
2026-02-22 01:07:31 -06:00
parent 5bee40b953
commit ee3e06da90
15 changed files with 4597 additions and 4 deletions
+5
View File
@@ -1651,6 +1651,11 @@ function QuestieQuest:PopulateQuestLogInfo(quest)
specialObjective.Update = function(self)
self.Completed = quest.Objectives[self.RealObjectiveIndex].Completed
end
elseif specialObjective.Type == "item" and specialObjective.Id then
specialObjective.Completed = GetItemCount(specialObjective.Id) > 0
specialObjective.Update = function(self)
self.Completed = GetItemCount(self.Id) > 0
end
else
specialObjective.Update = NOP_FUNCTION
end