View Single Post
03/12/17, 03:11 PM   #2
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
In your XML it should be:
RankPoints.Update()

The XML be loaded after your Lua file, because otherwise the function may not defined the first time been called.
And I don't see a Initialized() function?!?
RankPoints:Initialize() will be called from RankPoints.OnAddOnLoaded already.
  Reply With Quote