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
@@ -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
@@ -3,7 +3,7 @@
## Notes: Stores auction house data and calculates market prices.
## Author: Sapu94, Bart39
## Version: v2.3.10
## SavedVariables: TradeSkillMaster_AuctionDBDB
## SavedVariables: AscensionTSM_AuctionDB
## Dependency: TradeSkillMaster
## X-Curse-Packaged-Version: v2.3.10
## X-Curse-Project-Name: TradeSkillMaster_AuctionDB