View Single Post
03-21-15, 10:16 AM   #2
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2011
Posts: 583
I use this in Click Menu for the talents, I don't call glyphs though.

Code:
if (not PlayerTalentFrame) then
LoadAddOn('Blizzard_TalentUI')
end

if (not GlyphFrame) then
  LoadAddOn('Blizzard_GlyphUI')
end

securecall(ToggleTalentFrame)
__________________
Tweets YouTube Website
  Reply With Quote