WoWInterface SVN DagAssist

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches
    from Rev 7 to Rev 8
    Reverse comparison

Rev 7 → Rev 8

4.03/DagAssistConfig.lua
123,6 → 123,7
if (index ~= 1) then
table.remove(DA_Vars.Menu, index);
table.insert(DA_Vars.Menu, index-1, sectionData);
DagAssistConfigSaveSection(sectionData.Name);
DagAssistConfigLoadHeaders(sectionData.Name);
end
return;
146,6 → 147,7
if (index ~= table.getn(DA_Vars.Menu)) then
table.remove(DA_Vars.Menu, index);
table.insert(DA_Vars.Menu, index+1, sectionData);
DagAssistConfigSaveSection(sectionData.Name);
DagAssistConfigLoadHeaders(sectionData.Name);
end
return;