View Single Post
05-26-23, 07:31 PM   #2
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
AceDB does not write variables to disc if they are unchanged from whatever you defined default is. For example, if you have a variable myaddondb.db.pet = "cat" then AceDB will not write any changes if the user never changes the variable.

If the user changes myaddondb.db.pet = "dog" then AceDB will write the change.
  Reply With Quote