Fix API call

This commit is contained in:
2020-11-16 17:59:48 -05:00
parent ecc6f258a2
commit be513420c2

View File

@@ -387,7 +387,7 @@ end
function TillerTracker:UpdateData()
-- Get information on all quests completed
local questsCompleted = GetQuestsCompleted()
local questsCompleted = C_QuestLog.GetAllCompletedQuestIDs()
-- Create a table to store our current inventory of required mats
local inv_table = {}