View Single Post
08-10-10, 08:54 AM   #40
yj589794
A Rage Talon Dragon Guard
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 314
change line 137 from:
Code:
local auraIcon = function(self, button, icons)

to:
Code:
local auraIcon = function(icons, button)
  Reply With Quote