TSM/*: Rename saved variables to not conflict with other backports (#2)
This commit is contained in:
@@ -41,7 +41,7 @@ local savedDBDefaults = {
|
||||
-- Called once the player has loaded WOW.
|
||||
function TSM:OnInitialize()
|
||||
-- load the savedDB into TSM.db
|
||||
TSM.db = LibStub:GetLibrary("AceDB-3.0"):New("TradeSkillMaster_AuctionDBDB", savedDBDefaults, true)
|
||||
TSM.db = LibStub:GetLibrary("AceDB-3.0"):New("AscensionTSM_AuctionDB", savedDBDefaults, true)
|
||||
|
||||
-- make easier references to all the modules
|
||||
for moduleName, module in pairs(TSM.modules) do
|
||||
|
||||
Reference in New Issue
Block a user