mirror of
https://github.com/ckaczor/TillerTracker.git
synced 2026-01-13 17:23:10 -05:00
Fix API call
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user