Method Player:AddTalent [-] [+]
Adds a talent to the Player for the specified spec and learning status.
Synopsis
success = Player:AddTalent( spellId, spec )
success = Player:AddTalent( spellId, spec, learning )
Arguments
number spellIdID of the spell for the talent.
Valid numbers: integers from 0 to 4,294,967,295.
number specThe spec to which the talent applies.
Valid numbers: integers from 0 to 255.
boolean learning (true)Whether the talent is being learned.
Returns
boolean successTrue if the talent was added, false otherwise.