View Single Post
10-06-15, 09:22 PM   #8
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
Originally Posted by SDPhantom View Post
Lua Code:
  1. if InCombatLockdown() and (ctype=="macro" or ctype=="spell") then-- Need to be out of combat to set attributes
You're checking that they're in combat here.

Also you can securely receive a drag and set the attributes even in combat if you use the template for it.
  Reply With Quote