Macro Auto Train All
When you click on your Class Trainer, instead of clicking to learn your skills, now using this macro/script you can autolearn all skills.
/run LoadAddOn”Blizzard_TrainerUI” f=ClassTrainerTrainButton f.e = 0 f:SetScript(“OnUpdate”, function(f,e) f.e=f.e+e if f.e>.01 then f.e=0 f:Click() end end)