TSM/*: Rename saved variables to not conflict with other backports (#2)
This commit is contained in:
parent
42dbe9d526
commit
d67f83c657
20 changed files with 22 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue