Dispellable Enrage effects not working.
arcadepro opened this issue ยท 4 comments
Hunter Tranq Shot not highlighted when a mob has an Enrage effect that can be dispelled.
Where did you test this? Could it be that it was with a buff LibDispellable does not know about? LD needs a list of enrage spell ids as it doesn't trust the 9th return of UnitAura because of some API limitations.
I found a nice spot to test it in Townlong Steppes (at 18, 57). The Kunchongs there have an enrage ability called Unstable Strength (91668), which was not in LibDispellable. After adding it, it all worked.
fetchEnrageList.sh needs to be run anew.
Follow-up: re-running fetchEnrageList.sh as is won't add the missing enrage ids, because http://www.wowdb.com/spells?filter-dispel-type=9 returns paged results (100 per page), so the script will get only the first 100.