1
0
Bifurcation 0

Addressed issue 545. Method referenced defined in flightpath.lua.

Cette révision appartient à :
Nathanial.C.Jones 2012-09-30 11:46:24 +00:00
Parent 7c350af193
révision a1a2c6f54d
1 fichiers modifiés avec 2 ajouts et 2 suppressions

Voir le fichier

@ -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