Release v9.8.0: Lootbot Tracker & Map Pins Fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user