From a1a2c6f54dd517578b85ec192ba78c43ec5346c2 Mon Sep 17 00:00:00 2001 From: "Nathanial.C.Jones" Date: Sun, 30 Sep 2012 11:46:24 +0000 Subject: [PATCH] Addressed issue 545. Method referenced defined in flightpath.lua. --- QuestHelper/main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/QuestHelper/main.lua b/QuestHelper/main.lua index 572c158..2be9abe 100644 --- a/QuestHelper/main.lua +++ b/QuestHelper/main.lua @@ -886,7 +886,7 @@ Thanks for testing!]], "QuestHelper " .. version_string, 500, 20, 10) please_submit_enabled = false end QHUpdateNagTick() -- These probably shouldn't be in OnUpdate. Eventually I'll move them somewhere cleaner. - +--[[ if not ontaxi and UnitOnTaxi("player") then self:flightBegan() interruptcount = 0 @@ -894,7 +894,7 @@ Thanks for testing!]], "QuestHelper " .. version_string, 500, 20, 10) self:flightEnded(interruptcount > 1) end ontaxi = UnitOnTaxi("player") - + ]] -- For now I'm ripping out the update_count code --update_count = update_count - 1 --if update_count <= 0 then