From 294bb6dedec22a9aca22467f708ec885bc5aa715 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Mon, 16 Nov 2020 15:55:32 -0500 Subject: [PATCH] Add change from l4r0e - thanks! --- TillerTracker.lua | 3 ++- TillerTracker.toc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/TillerTracker.lua b/TillerTracker.lua index 830fd3c..8ac439e 100644 --- a/TillerTracker.lua +++ b/TillerTracker.lua @@ -344,9 +344,10 @@ local function Entry_OnMouseUp(frame, info, button) return end + local m = TomTom:GetCurrentPlayerPosition() local location = info["LOCATION"] - _G.TomTom:AddMFWaypoint(807, nil, location[1] / 100, location[2] / 100, { title = info["NAME"] }) + _G.TomTom:AddWaypoint(m, location[1] / 100, location[2] / 100, { title = info["NAME"] }) end end diff --git a/TillerTracker.toc b/TillerTracker.toc index 5a51229..0d9aec8 100644 --- a/TillerTracker.toc +++ b/TillerTracker.toc @@ -1,6 +1,6 @@ ## Interface: 90001 ## Title: Tiller Tracker -## Version: 9.0.0 +## Version: 9.0.1 ## 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