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
@@ -39,7 +39,7 @@ function TSM:OnInitialize()
end
-- load the savedDB into TSM.db
TSM.db = LibStub:GetLibrary("AceDB-3.0"):New("TradeSkillMaster_DestroyingDB", savedDBDefaults, true)
TSM.db = LibStub:GetLibrary("AceDB-3.0"):New("AscensionTSM_DestroyingDB", savedDBDefaults, true)
-- register this module with TSM
TSM:RegisterModule()