1
0
Bifurcation 0

Updated toc version to 40100 to bring QH up to date for the 4.1 patch. 'Fixed' the flight timer resize issue (issue 426) by setting the size during each cycle.

Cette révision appartient à :
Nathanial.C.Jones 2011-04-28 01:40:23 +00:00
Parent 73b8036c79
révision 27f81b25a3
2 fichiers modifiés avec 2 ajouts et 1 suppressions

Voir le fichier

@ -1,4 +1,4 @@
## Interface: 40000
## Interface: 40100
## Title: QuestHelper
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
## Notes: Calculates an optimal route for you to follow while questing.

Voir le fichier

@ -455,6 +455,7 @@ local elapsed = 0
local function flight_updater(frame, delta)
elapsed = elapsed + delta
if elapsed > 1 then
frame:SetSize(150, 35)
elapsed = elapsed - 1
local data = QuestHelper.flight_data
if data then