Method Player:HasTalent [-] [+]
Returns 'true' if the Player has a talent by ID in specified talent tree, 'false' otherwise.
Synopsis
hasTalent = Player:HasTalent( talentId, spec )
Arguments
number talentIdTalent ID to check.
Valid numbers: integers from 0 to 4,294,967,295.
number specSpecified talent tree.
Valid numbers: integers from 0 to 255.
Returns
boolean hasTalent- See method description.