TSM/*: Rename saved variables to not conflict with other backports (#2)

This commit is contained in:
Andrew
2023-04-07 04:20:24 -07:00
committed by GitHub
parent 42dbe9d526
commit d67f83c657
20 changed files with 22 additions and 22 deletions
@@ -54,7 +54,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_AccountingDB", savedDBDefaults, true)
TSM.db = LibStub:GetLibrary("AceDB-3.0"):New("AscensionTSM_AccountingDB", savedDBDefaults, true)
for module in pairs(TSM.modules) do
TSM[module] = TSM.modules[module]