.pkgmeta can take care of LibQTip. Remove it from repository.
This commit is contained in:
parent
f6f53fe715
commit
2242a199a1
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
ChoreTracker = LibStub('AceAddon-3.0'):NewAddon('ChoreTracker','AceConsole-3.0','AceEvent-3.0')
|
ChoreTracker = LibStub('AceAddon-3.0'):NewAddon('ChoreTracker','AceConsole-3.0','AceEvent-3.0')
|
||||||
local LibQTip = LibStub('LibQTip-1.0')
|
|
||||||
local core = ChoreTracker
|
local core = ChoreTracker
|
||||||
|
local LibQTip
|
||||||
|
|
||||||
local trackedInstances = {
|
local trackedInstances = {
|
||||||
['Baradin Hold'] = 'BH',
|
['Baradin Hold'] = 'BH',
|
||||||
|
@ -115,6 +115,7 @@ function core:OnInitialize()
|
||||||
end
|
end
|
||||||
|
|
||||||
function core:OnEnable()
|
function core:OnEnable()
|
||||||
|
LibQTip = LibStub('LibQTip-1.0')
|
||||||
local name = UnitName('player')
|
local name = UnitName('player')
|
||||||
|
|
||||||
if self.db.global.lockouts[name] == nil then
|
if self.db.global.lockouts[name] == nil then
|
||||||
|
|
Loading…
Reference in a new issue