Thread: artifact xp bar
View Single Post
08-31-16, 06:52 AM   #3
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
And after doing that, the "self" you're passing it as the first argument needs to be removed, too:

SetValue(self, ...) => self:SetValue(...)
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote