View Single Post
10-18-10, 07:58 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
You could just use macrotext instead of spell:
Code:
button:SetAttribute("type1", "macro")
button:SetAttribute("macrotext1", "/cast [@mouseover] Spell Name")
  Reply With Quote