Thread: self is nil
View Single Post
12-25-14, 02:37 PM   #2
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
It's nil because you're calling self.GetSuccessRate() instead of self:GetSuccessRate() or self.GetSuccessRate(self) on line 63.
  Reply With Quote