This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I have found a typo in "PitBull4\Modules\Aura\Filter.lua" (line 138) that prevents Shaman to see people that are Poisoned (if talented into Poison Cleansing Totem).
The line say:
self:GetFilterDB('23').aura_type_list.Poison = can_dispel.DRUID.SHAMAN
Should be:
self:GetFilterDB('23').aura_type_list.Poison = can_dispel.SHAMAN.Poison
To post a comment, please login or register a new account.