WoWInterface SVN OpenRDX

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 678 to Rev 677
    Reverse comparison

Rev 678 → Rev 677

trunk/RDX/Wizards/LearnWizard.lua
184,7 → 184,7
end, page.Destroy);
 
wizard:OnNext(function(wiz) wiz:SetPage(2); end);
wizard:Final();
--wizard:Final();
 
return page;
end;