WoWInterface SVN SliceCommander

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/Core
    from Rev 234 to Rev 233
    Reverse comparison

Rev 234 → Rev 233

Config.lua
493,16 → 493,6
_G['SC'].SET.Pos['STHCD'] = nil--REMOVE CANONBALL BARAGE
_G['SC'].BARS['STHCD'] = nil
end
if _G['SC'].version < '8.02' then
_G['SC'].SET.Pos['RI'] = nil--REMOVE OLD REPOST ARRAY
_G['SC'].BARS['RI'] = nil
_G['SC'].SET.Pos['RICD'] = nil
_G['SC'].BARS['RICD'] = nil
_G['SC'].SET.Pos['EV'] = nil--REMOVE OLD REPOST ARRAY
_G['SC'].BARS['EV'] = nil
_G['SC'].SET.Pos['EVCD'] = nil
_G['SC'].BARS['EVCD'] = nil
end
_G['SC'].version = GetAddOnMetadata("SliceCommander", "Version")
end
end