View Single Post
02-16-16, 05:36 PM   #7
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Originally Posted by zork View Post
No it is not misleading. I'm just trying to understand what is triggering attribute change. Gonna play around with it myself later.

I think I found what I was looking for:
https://github.com/tekkub/wow-ui-sou...aders.lua#L668

Using the template registers UNIT_AURA.

Have you read this post from sigg?
http://www.wowinterface.com/forums/s...ad.php?t=36117

Btw make sure you implement the cancelaura stuff only for player unit.
Hmm intresting. But thats pretty dumb that they don't use RegisterUnitEvent when registering.

I don't think cancelaura could cause any issue. And since you can remove buffs from your vehicle/pet it's better to leave it.
And i still can't decide yet, if i want to use secure aura headers or simple textures on the target and focus frames.
  Reply With Quote