View Single Post
01-28-21, 03:22 PM   #2
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Lua Code:
  1. hooksecurefunc(GameTooltip, 'SetTalent', function(self, spellID, isInspect, talentGroup)
  2.    -- do your thing
  3. end)
  Reply With Quote