WoWInterface SVN InFlight

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 47 to Rev 48
    Reverse comparison

Rev 47 → Rev 48

trunk/InFlight/InFlight.toc
2,7 → 2,7
## Title: InFlight
## Notes: Statusbar timer for your flightpaths.
## Author: TotalPackage
## Version: 7.2.001
## Version: 7.2.002
 
## SavedVariables: InFlightVars, InFlightDB
## SavedVariablesPerCharacter: InFlightCharDB
trunk/InFlight/InFlight.lua
494,7 → 494,7
if GetGuildLevel and GetGuildLevel() >= 21 then
totalTime = totalTime * 1.25
end
if type(vars) == "table" then
if type(vars) == "table" and type(source) == "string" then
vars[source] = vars[source] or { }
vars[source][destination] = floor(totalTime + 0.5)
end
trunk/InFlight_Load/InFlight_Load.toc
4,7 → 4,7
## Notes-zhTW: InFlight 的載入器
## Notes-zhCN: 显示各地飞行点
## Author: TotalPackage
## Version: 7.2.001
## Version: 7.2.002
 
## X-Category: Interface Enhancements