[Retail] Typo in Modules\Aura\Filter.lua #1450


Open
  • DarkLimpan created this issue Oct 16, 2024

    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.