WoWInterface SVN DagAssist

Compare Revisions

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

Rev 8 → Rev 7

4.03/DagAssistConfig.lua
123,7 → 123,6
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;
147,7 → 146,6
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;