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


Closed
  • 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

  • nebula169 closed issue Jun 18, 2025
  • nebula169 posted a comment Jun 18, 2025

    Fixed, thanks

     

To post a comment, please login or register a new account.