Since the latest patch (?) I noticed the event “SPELL_INTERRUPT” does not call under the “UNFILTERED” combat log.
Any addon that tracked who interrupted what stopped working, so I assume it’s not just me.
Any clue what changed?
Since the latest patch (?) I noticed the event “SPELL_INTERRUPT” does not call under the “UNFILTERED” combat log.
Any addon that tracked who interrupted what stopped working, so I assume it’s not just me.
Any clue what changed?
ElvUI tracks interrupts without issue not sure what it tests against though.
Are you using CombatLogGetCurrentEventInfo() to get the CLEU information?
What used to be passed as parameters (payload) for the event was moved to this function.