WoWInterface SVN CompactBars

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 26 to Rev 25
    Reverse comparison

Rev 26 → Rev 25

trunk/CompactBars/core.lua
396,10 → 396,8
CompactBars.db.profile.scale, CompactBars.db.profile.height, CompactBars.db.profile.fonts,
CompactBars.db.profile.scaletext, CompactBars.db.profile.amaxtimes, CompactBars.db.profile.ehidescale,
CompactBars.db.profile.eiconpos, CompactBars.db.profile.nevershowscale)
if CompactBars.db.profile.markers then
for k, v in pairs({strsplit(",", CompactBars.db.profile.markers)}) do
CompactBars.sb:CreateMarker(tonumber(strtrim(v)))
end
for k, v in pairs({strsplit(",", CompactBars.db.profile.markers)}) do
CompactBars.sb:CreateMarker(tonumber(strtrim(v)))
end
self:SpellUpdate()
end