View Single Post
09-12-13, 03:31 PM   #2
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Originally Posted by Ailae View Post
I'm trying to add support for the new Inquisition glyph that extends the duration of the Inquisition buff by 30 seconds each time you land a killing blow. The problem is that my addon is combat log driven and, unless I'm going crazy, there's no event being fired for the refresh. No SPELL_AURA_REFRESH to be seen. Has anyone else noticed the same?

I'm a not sure how to incorporate it into my addon without the proper event. I tried listening for PARTY_KILL, but there seems to be a second or so of delay from the actual kill to when the buff actually extends.

Any tips or ideas would be most helpful.
Have you tried "/eventtrace"?
  Reply With Quote