From aaa03b5824e0b50c747820ff715608be458be46c Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sun, 31 Jul 2011 22:43:33 +0200 Subject: [PATCH] Remove old tag --- tags.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tags.lua b/tags.lua index 818062e..f952b2c 100644 --- a/tags.lua +++ b/tags.lua @@ -109,13 +109,6 @@ oUF.Tags['p3lim:leader'] = function(unit) end end -oUF.TagEvents['p3lim:phase'] = 'UNIT_PHASE' -oUF.Tags['p3lim:phase'] = function(unit) - if(not UnitInPhase(unit)) then - return RANGE_INDICATOR - end -end - oUF.TagEvents['p3lim:unbuffed'] = 'UNIT_AURA' oUF.Tags['p3lim:unbuffed'] = function(unit) if(not UnitAura(unit, 'Mark of the Wild') and not UnitAura(unit, 'Blessing of Kings')) then -- 1.7.9.5