Guest User

Untitled

a guest
Apr 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. local ef = CreateFrame('frame')
  2. ef:SetScript('OnEvent', function() SetCVar('displaySpellActivationOverlays', GetPrimaryTalentTree() == 2 and '0' or '1') end)
  3. GetPrimaryTalentTree() == 2 and '1' or '0') end)
  4. ef:RegisterEvent('ACTIVE_TALENT_GROUP_CHANGED')
  5. ef:GetScript('OnEvent')()
Add Comment
Please, Sign In to add comment