WoWInterface SVN oUF_Industrial

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 22 to Rev 23
    Reverse comparison

Rev 22 → Rev 23

Addon.lua
223,6 → 223,15
frame.outsideRangeAlpha = 0.5
end
 
frame.Health = health
frame.OverrideUpdateHealth = update_health
frame.Power = power
frame.PostUpdatePower = update_power
frame.Name = health.info
frame.Info = power.info
frame.Buffs = buffs
frame.Debuffs = debuffs
frame.Leader = leader
end
 
oUF:RegisterStyle('Industrial', create_unitframe)