WoWInterface SVN sStats_Durability

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 8 to Rev 7
    Reverse comparison

Rev 8 → Rev 7

trunk/sStats_Durability/durability.lua
19,12 → 19,7
maxDur = maxDur + maxD
end
end
local durPercent
if maxDur == 0 then
durPercent = "--"
else
durPercent = strformat("%d%%", mathfloor((curDur/maxDur)*100))
end
local durPercent = strformat("%d%%", mathfloor((curDur/maxDur)*100))
sStats:SetModuleText(sStats_durText, durPercent, " durability")
end)
 
trunk/sStats_Durability/sStats_Durability.toc
2,7 → 2,7
## Title: sStats_Durability
## Author: Seerah
## Notes: A durability module for sStats
## Version: 1.0.6
## Version: 1.0.5
## Dependencies: sStats
 
durability.lua
\ No newline at end of file