TSM/*: Rename saved variables to not conflict with other backports (#2)
This commit is contained in:
@@ -46,7 +46,7 @@ function TSM:OnEnable()
|
||||
end
|
||||
|
||||
-- load the saved variables table into TSM.db
|
||||
TSM.db = LibStub:GetLibrary("AceDB-3.0"):New("TradeSkillMaster_WarehousingDB", savedDBDefaults, true)
|
||||
TSM.db = LibStub:GetLibrary("AceDB-3.0"):New("AscensionTSM_WarehousingDB", savedDBDefaults, true)
|
||||
|
||||
-- register the module with TSM
|
||||
TSM:RegisterModule()
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
## Notes: Manages your inventory by allowing you to easily move predefined groups of items between your bags, bank, and guild bank.
|
||||
## Author: Sapu94, Bart39
|
||||
## Version: v2.0.10
|
||||
## SavedVariables: TradeSkillMaster_WarehousingDB
|
||||
## SavedVariables: AscensionTSM_WarehousingDB
|
||||
## Dependency: TradeSkillMaster
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user