From cbcb1f2bd66d721c84b7f633e7c3fcd08806ec41 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Wed, 5 Aug 2009 08:27:22 +0000 Subject: [PATCH] Allow Clique to make changed in combat.. using frame:CanChangeAttribute() --- Clique.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Clique.lua b/Clique.lua index ec3b9bc..1cc9320 100644 --- a/Clique.lua +++ b/Clique.lua @@ -277,7 +277,7 @@ function Clique:RegisterFrame(frame) frame:RegisterForClicks("AnyUp") - if frame:CanChangeProtectedState() then + if frame:CanChangeAttribute() or frame:CanChangeProtectedState() then if InCombatLockdown() then self:ApplyClickSet(L.CLICKSET_DEFAULT, frame) self:ApplyClickSet(L.CLICKSET_HOSTILE, frame) -- 1.7.9.5