From d6f8e8f510b5cd9a803998540598d77a6c255e24 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Mon, 29 Mar 2010 22:17:54 +0000 Subject: [PATCH] Fix an error that can occur due to a bad copy/pasta from WatchFrame --- TomTom_POIIntegration.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/TomTom_POIIntegration.lua b/TomTom_POIIntegration.lua index 325476b..3617085 100644 --- a/TomTom_POIIntegration.lua +++ b/TomTom_POIIntegration.lua @@ -106,6 +106,7 @@ local function updateClosestPOI() local questIndex = GetQuestIndexForWatch(1); if ( questIndex ) then local title, level, questTag, suggestedGroup, isHeader, isCollapsed, isComplete, isDaily, questID = GetQuestLogTitle(questIndex); + local playerMoney = GetMoney(); local requiredMoney = GetQuestLogRequiredMoney(questIndex); numObjectives = GetNumQuestLeaderBoards(questIndex); if ( isComplete and isComplete < 0 ) then -- 1.7.9.5