Thread: AceDB Resetting
View Single Post
08-08-16, 06:08 AM   #3
MilleXIV
A Deviate Faerie Dragon
 
MilleXIV's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2016
Posts: 16
Originally Posted by myrroddin View Post
Call AddOn:Refresh() in your AddOn:OnInitialize() section, after setting up your SVs.
Hmm, the first time I call AddOn:Refresh() is during AddOn:OnEnable() so it's definitely after the SVs get loaded. I'm even having this issue when I move initiating the DB up to the first line of AddOn:OnInitialize().

Full source is found at https://github.com/MilleXIV/XIV_Databar/tree/ace-rework if it would help anybody.
  Reply With Quote