Player's vehicle auras are not considered "own auras" #1952


  • Waiting
Open
  • Fatlinek created this issue Feb 21, 2023

    Both "Enlarge own auras" and "Show own auras" functionalities are unable to notice player auras when in vehicle vehicle - such as pyrites from demolishers in Ulduar / dragons in Oculus or Eye of Eternity

     

    fix:

    SUF/modules/auras.lua           line 2:

    change from

    local playerUnits = {player = true, pet = true}

    to

    local playerUnits = {player = true, pet = true, vehicle = true}

  • Fatlinek added a tag Waiting Feb 21, 2023
  • Fatlinek edited description Feb 24, 2023

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