View Single Post
08-31-12, 05:43 AM   #20
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
MoP beta build 16030 change
Code:
local specialization = GetSpecialization(_, _, PlayerTalentFrame.talentGroup);
to
Code:
local specialization = GetSpecialization(false, false, PlayerTalentFrame.talentGroup);
Maybe they've finally fixed all those weird taint problems involving the throwaway variables they're leaking