View Single Post
01-05-20, 04:26 AM   #1
KingBoo
A Defias Bandit
Join Date: Jan 2020
Posts: 2
Question ACE3 DB default values

Hi,
i am the developer of a small ACE3 addon named RaidSummon (WoW Classic).
I have a set of default ACE3 DB values (the "keywords" table). If i delete all of them and reload the UI they will get populated again with the default values. I want to be able to save them in an empty state. Also if I delete them entry by entry and add new ones - after a reload - they will still be there.

Any ideas how to fix this?

Code: https://github.com/isitLoVe/RaidSumm...RaidSummon.lua

Steps to reproduce:
start WoW
default table with 3 entries will be loaded
add one new entry via /rs config
delete the default 3 entries
reload the ui
the 3 default entries are still there + the new one
  Reply With Quote