From 55e55ff1f94c3484e8f8c0b717ef5b6070b4e017 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Fri, 14 May 2010 02:27:09 +0200 Subject: [PATCH] Drycode fix --- oUF_P3lim.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index 982a308..5ed7d3d 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -52,7 +52,7 @@ local function PostCreateAura(element, button) button.icon:SetDrawLayer('ARTWORK') end -local PostUpdateDebuff(element, unit, button, index) +local function PostUpdateDebuff(element, unit, button, index) if(UnitIsFriend('player', unit) or button.isPlayer) then local _, _, _, _, type = UnitAura(unit, index, button.filter) local color = DebuffTypeColor[type] or DebuffTypeColor.none -- 1.7.9.5