Well not anymore!! Dr. Hacksaw recommends you use this macro. It works for both class and proff skills, although while learning prof's you must close the "development skills" section as learned upgrades dont leave the dialog box. (as in journeyman, Artisan, Master etc)
Simply copy paste this macro, then open trainer skills window, click macro to start learning and again to stop.
Code: Select all
/run LoadAddOn"Blizzard_TrainerUI" f=ClassTrainerTrainButton f.e = 0 if f:GetScript"OnUpdate" then f:SetScript("OnUpdate", nil)else f:SetScript("OnUpdate", function(f,e) f.e=f.e+e if f.e>.01 then f.e=0 f:Click() end end)end