mirror of
https://github.com/ckaczor/TillerTracker.git
synced 2026-02-16 10:58:33 -05:00
Fix API call
This commit is contained in:
@@ -387,7 +387,7 @@ end
|
|||||||
|
|
||||||
function TillerTracker:UpdateData()
|
function TillerTracker:UpdateData()
|
||||||
-- Get information on all quests completed
|
-- 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
|
-- Create a table to store our current inventory of required mats
|
||||||
local inv_table = {}
|
local inv_table = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user