1. #1
    Deleted

    [weakauras] trigger to load on specific boss only

    Hi,

    some months ago i've added a custom trigger to all of my debuff auras, to load on the specific boss only. It is:
    Code:
    function()
    if UnitName("boss1") == "Primordius" then
    return true
    else 
    return false
    end
    end
    I've put this into a custom trigger and untrigger and it used to work until wednesday. Did blizzard change anything in the boss units or is it only me having the problem?

  2. #2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •