From 6afc62a35555d55054354c0e43f1d0445106d359 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Mon, 31 Oct 2022 14:56:24 -0400 Subject: [PATCH] Update for Dragonflight --- TillerTracker.lua | 2 +- TillerTracker.toc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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