WoWInterface SVN oUF_AuraBars

Compare Revisions

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

Rev 14 → Rev 15

trunk/oUF_AuraBars/oUF_AuraBars.lua
116,7 → 116,10
statusBar.spellname:SetPoint'LEFT'
statusBar.spellname:SetPoint('RIGHT', statusBar.spelltime, 'LEFT')
 
 
if auraBarParent.PostCreateBar then
auraBarParent.PostCreateBar(statusBar)
end
 
return statusBar
end