RAID is a valid destination when only in a party. #3


  • New
  • Defect
Open
  • Cybeloras created this issue Nov 5, 2016

    In ChatThrottleLib:Despool(Prio), there is a check for lowerDest == "raid" and not UnitInRaid("player") which will prevent the sending of the message if the destination is "RAID" but the player isn't in a raid.

    However, "RAID" is a valid destination when only in a party, and will simply send to the party. The check should read lowerDest == "raid" and not UnitInRaid("player") and not UnitInParty("player") for correct functionality.

  • Cybeloras added the tags New Defect Nov 5, 2016

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