TSM/*: Rename saved variables to not conflict with other backports (#2)
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
## Notes: Makes bulk and one-off milling, prospecting, and disenchanting easier.
|
||||
## Author: Sapu94, Bart39
|
||||
## Version: v2.1.1
|
||||
## SavedVariables: TradeSkillMaster_DestroyingDB
|
||||
## SavedVariables: AscensionTSM_DestroyingDB
|
||||
## Dependency: TradeSkillMaster
|
||||
## X-Curse-Packaged-Version: v2.1.1
|
||||
## X-Curse-Project-Name: TradeSkillMaster_Destroying
|
||||
|
||||
Reference in New Issue
Block a user