WoWInterface SVN RuneWatch

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 13 to Rev 14
    Reverse comparison

Rev 13 → Rev 14

trunk/RuneWatch.lua
97,7 → 97,7
-- Calculate the RP Bar
local bar = self.Gui.Art.Bar;
 
local rpPerc = rp / 100;
local rpPerc = rp / UnitManaMax("player");
local rpPercN = 1 - rp;
local newWid = barWidth * rpPerc;