--- Talent.lua.orig 2009-05-23 20:38:09.670496600 -0700 +++ Talent.lua 2009-05-24 20:50:00.390625000 -0700 @@ -40,9 +40,10 @@ LibTalentQuery.RegisterCallback(DogTag_Unit, "TalentQuery_Ready", function(event, name, realm) local fullName = realm and name .. "-" .. realm or name + local talentGroup = GetActiveTalentGroup(true) local data = newList() for i = 1, 3 do - local name, _, points = GetTalentTabInfo(i, true) + local name, _, points = GetTalentTabInfo(i, true, false, talentGroup) data[i] = newList(name, points) end update(fullName, data)