WoWInterface SVN Aloft

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches/border/Aloft/AloftFrame
    from Rev 1855 to Rev 1864
    Reverse comparison

Rev 1855 → Rev 1864

AloftFrame.lua
99,7 → 99,7
 
-- update various bar modules that may need repositioning
if Aloft:GetModule("HealthBar", true) then Aloft:GetModule("HealthBar"):UpdateAll() end
if Aloft:GetModule("HealthBarDeficit", true) then Aloft:GetModule("HealthBarDeficit"):UpdateAll() end
-- if Aloft:GetModule("HealthBarDeficit", true) then Aloft:GetModule("HealthBarDeficit"):UpdateAll() end
if Aloft:GetModule("CastBar", true) then Aloft:GetModule("CastBar"):UpdateAll() end
if Aloft:GetModule("CastWarning", true) then Aloft:GetModule("CastWarning"):UpdateAll() end
if Aloft:GetModule("ManaBar", true) then Aloft:GetModule("ManaBar"):UpdateAll() end