View Single Post
11-23-14, 05:36 PM   #1
Benalish
A Flamescale Wyrmkin
 
Benalish's Avatar
Join Date: Dec 2012
Posts: 123
AceDB-3.0 question

I wrote this line on the OnInitalize() event of my mod

Lua Code:
  1. self.db = LibStub("AceDB-3.0"):New("MyAddonDB", defaults, true)
  2. db = self.db

When I run /dump db and /dump MyAddonDB, is possible they print different table? And if so, why?
  Reply With Quote