WeakAuras

WeakAuras

206M Downloads

add SPELL_ABSORBED to the combat log events list

emptyrivers opened this issue ยท 0 comments

commented

Is your feature request related to a problem? Please describe.

I want to update this aura to use the new subevent filtering, but SPELL_ABSORBED is not recognized as a combat log subevent:
img
Describe the solution you'd like

Add SPELL_ABSORBED to the subevent list.

Describe alternatives you've considered

There's...really nothing else to it. It would also be nice to add this event to the builtin combat log trigger, I suppose.

Additional context

The payload of SPELL_ABSORBED is as follows:

Event General Info Source of Absorbed Spell Destination of Absorbed Spell Absorbed Spell Info* Source Of Absorb Absorbing Spell Damage Absorbed
COMBAT_LOG_EVENT_UNFILTERED timestamp, "SPELL_ABSORBED", hideCaster GUID, Name, Flags, RaidFlags GUID, Name, Flags, RaidFlags spellID, spellName, spellSchool GUID, Name, Flags, RaidFlags spellID, spellName, spellSchool amount

*Note: if the absorbed 'spell' is not a spell (i.e. it is an auto attack), then the absorbed spell info is not present.