diff --git a/TillerTracker.lua b/TillerTracker.lua index 55e967b..488e31f 100644 --- a/TillerTracker.lua +++ b/TillerTracker.lua @@ -373,7 +373,7 @@ end function TillerTracker:ReputationDone(reputationId) -- Get the reputation information - local _, friendRep = GetFriendshipReputation(reputationId) + local friendRep = C_GossipInfo.GetFriendshipReputation(reputationId).standing -- Done if over exalted return (friendRep > 42000) diff --git a/TillerTracker.toc b/TillerTracker.toc index 9c34cad..2d97e04 100644 --- a/TillerTracker.toc +++ b/TillerTracker.toc @@ -1,6 +1,6 @@ -## Interface: 90002 +## Interface: 100000 ## Title: Tiller Tracker -## Version: 9.0.5 +## Version: 10.0.0 ## Notes: Helps with the daily Tiller food quests ("A Dish for...") by keeping track of what quests have been completed that day, how many dishes need to be cooked, and what materials are required. ## Author: Amanoa ## SavedVariables: TillerTrackerDB