WoWInterface SVN OpenRDX

Compare Revisions

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

Rev 677 → Rev 678

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;