Legion Support
Rainrider opened this issue ยท 3 comments
Legion introduced some changes to the dispel system:
- enrage effects are not dispelable anymore
- dispels are not modified by glyphs or talents anymore
It has to be checked if the Blizzard API still returns false positives and thus if this library is still needed.
Hey,
did you actually ended up taking a look at this? sorry for the 1year-and-1day bump :D
LibDispellable is on the throw-away list. You are better of pulling the DISPEL category form LibPlayerSpells. Either use you own handler or LibDispellable's IterateDispellableAuras
. The later is how it is used in AdiButtonAuras here but I'm looking to bake this into ABA itself and then dump LD for good.