View Single Post
08-03-15, 04:42 PM   #5
Spawnova
A Warpwood Thunder Caller
 
Spawnova's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 96
Originally Posted by Phanx View Post
I believe the "macrotext" in this line:
Code:
    btn:SetAttribute("macrotext", toyList[i].type2);
... should be "macrotext2" instead, but I haven't really looked at or thought about any WoW API stuff in months, so I could be wrong.
I'm not sure, I eventually just removed the original left click attribute and replaced it with one of my macros and it works fine, I think it had something to do with the key modifiers. Thanks for the help =P
  Reply With Quote