* Resolved another outstanding issue with out-of-combat clicks
James Whitehead II [12-16-06 - 00:24]
* Resolved another outstanding issue with out-of-combat clicks
diff --git a/Clique.lua b/Clique.lua
index 166f033..b3d5529 100644
--- a/Clique.lua
+++ b/Clique.lua
@@ -7,7 +7,7 @@ Clique = {Locals = {}}
DongleStub("Dongle"):New("Clique", Clique)
local L = Clique.Locals
-
+
function Clique:Enable()
-- Grab the localisation header
L = Clique.Locals
@@ -227,7 +227,7 @@ function Clique:CombatUnlock()
self:ApplyClickSet(L.CLICKSET_HELPFUL)
self:TrimClickSet(L.CLICKSET_HARMFUL, frame)
self:TrimClickSet(L.CLICKSET_HELPFUL, frame)
- self:RemoveClickSet(L.CLICKSET_OOC)
+ self:ApplyClickSet(L.CLICKSET_OOC)
end
function Clique:RegisterFrame(frame)