From 6bf77a9f6b55dd40eace21229041203915e91c99 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Fri, 2 Nov 2012 14:53:51 +0100 Subject: [PATCH] Embed oUF and oUF Experience --- tags.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tags.lua b/tags.lua index 4f47a1f..b9adf1f 100644 --- a/tags.lua +++ b/tags.lua @@ -1,3 +1,5 @@ +local _, oUF = ... +local tags = oUF.Tags local function ShortValue(value) if(value >= 1e6) then @@ -9,8 +11,6 @@ local function ShortValue(value) end end -local tags = oUF.Tags - local function Status(unit) if(not UnitIsConnected(unit)) then return 'Offline' -- 1.7.9.5