From 2242a199a19da5c864164428556cd741ae38f8fb Mon Sep 17 00:00:00 2001 From: atomaka Date: Mon, 29 Aug 2011 18:51:14 -0400 Subject: [PATCH] .pkgmeta can take care of LibQTip. Remove it from repository. --- ChoreTracker.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChoreTracker.lua b/ChoreTracker.lua index 26c10fa..4580c87 100644 --- a/ChoreTracker.lua +++ b/ChoreTracker.lua @@ -1,6 +1,6 @@ ChoreTracker = LibStub('AceAddon-3.0'):NewAddon('ChoreTracker','AceConsole-3.0','AceEvent-3.0') -local LibQTip = LibStub('LibQTip-1.0') local core = ChoreTracker +local LibQTip local trackedInstances = { ['Baradin Hold'] = 'BH', @@ -115,6 +115,7 @@ function core:OnInitialize() end function core:OnEnable() + LibQTip = LibStub('LibQTip-1.0') local name = UnitName('player') if self.db.global.lockouts[name] == nil then