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
+1 -1
View File
@@ -139,7 +139,7 @@ function TSM:OnInitialize()
TSM.moduleNames = nil
-- load the savedDB into TSM.db
TSM.db = LibStub:GetLibrary("AceDB-3.0"):New("TradeSkillMasterDB", savedDBDefaults, true)
TSM.db = LibStub:GetLibrary("AceDB-3.0"):New("AscensionTSMDB", savedDBDefaults, true)
TSM.db:RegisterCallback("OnProfileChanged", TSM.UpdateModuleProfiles)
TSM.db:RegisterCallback("OnProfileCopied", TSM.UpdateModuleProfiles)
TSM.db:RegisterCallback("OnProfileReset", TSM.UpdateModuleProfiles)
+1 -1
View File
@@ -3,7 +3,7 @@
## Notes: Core addon for the TradeSkillMaster suite, revived for Wrath of the Lich King. Does nothing without modules installed.
## Author: Sapu94, Bart39, Gnomezilla [Warmane-Icecrown(A)], BlueAo [Warmane], andrew6180, Yoshiyuka, DimaSheiko, and other contributors...
## Version: Rev668
## SavedVariables: TradeSkillMasterAppDB, TradeSkillMasterDB
## SavedVariables: TradeSkillMasterAppDB, AscensionTSMDB
## OptionalDeps: AccurateTime, Ace3, LibDataBroker-1.1, LibDBIcon-1.0, LibExtraTip, TipHelper, LibParse, LibCompress, LibGraph-2.0, SharedMedia, TheUndermineJournal, TheUndermineJournalGE
## X-Embeds: AccurateTime, Ace3, LibDataBroker-1.1, LibDBIcon-1.0, LibExtraTip, TipHelper, LibParse, LibCompress, LibGraph-2.0