View Single Post
10-27-18, 11:18 PM   #3
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
To disable if the unit is not the player, add this where appropriate:
Code:
disabled = function() return unit ~= "player" end,
  Reply With Quote