This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
checked in PitBull4 > Modules > Aura > Options.lua, all evoker related buffs are pointed to a 'false' filter.
list:
it seems due to 'LibPlayerSpells-1.0' not well updated as well, I found some spell is missing in the lib, e.g:
for Preservation Evoker:
found that is due to my another addon is load the lib before Pitbull. so that addon is override the config in LibPlayerSpells.
after I change the LibPlayerSpells config in that addon. everything is working.
I think I will have a PR to LibPlayerSpells. but on the Pitbull side. it still need some modification to make aura filter read the config from that
created a PR for LibPlayerSpells: https://github.com/AdiAddons/LibPlayerSpells-1.0/pull/162
but seems this lib is out of maintain for time. found some other buff is missing as well for Priest.
since the lib is not reliable at the moment, maybe PitBull should remove this dependency and change the way to display auras
PR for pitbull created:https://github.com/nebularg/PitBull4/pull/78
To post a comment, please login or register a new account.