TSM/*: Rename saved variables to not conflict with other backports (#2)
This commit is contained in:
@@ -49,7 +49,7 @@ function TSM:OnEnable()
|
||||
end
|
||||
|
||||
-- load the savedDB into TSM.db
|
||||
TSM.db = LibStub:GetLibrary("AceDB-3.0"):New("TradeSkillMaster_CraftingDB", savedDBDefaults, true)
|
||||
TSM.db = LibStub:GetLibrary("AceDB-3.0"):New("AscensionTSM_CraftingDB", savedDBDefaults, true)
|
||||
TSM:UpdateCraftReverseLookup()
|
||||
|
||||
-- register this module with TSM
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
## Notes: Provides a rich profession interface complete with a powerful crafting queue.
|
||||
## Author: Sapu94, Bart39
|
||||
## Version: v2.5.2
|
||||
## SavedVariables: TradeSkillMaster_CraftingDB
|
||||
## SavedVariables: AscensionTSM_CraftingDB
|
||||
## Dependency: TradeSkillMaster, TradeSkillMaster_ItemTracker
|
||||
|
||||
Locale\enUS.lua
|
||||
|
||||
Reference in New Issue
Block a user