Fix click-casting for Target of Target frame, and add click casting for focus-target and boss frames
James Whitehead II [12-10-09 - 10:51]
Fix click-casting for Target of Target frame, and add click casting for focus-target and boss frames
diff --git a/Clique.lua b/Clique.lua
index 5df8654..0951ea3 100644
--- a/Clique.lua
+++ b/Clique.lua
@@ -141,8 +141,13 @@ function Clique:EnableFrames()
PartyMemberFrame3PetFrame,
PartyMemberFrame4PetFrame,
TargetFrame,
- TargetofTargetFrame,
+ TargetFrameToT,
FocusFrame,
+ FocusFrameToT,
+ Boss1TargetFrame,
+ Boss2TargetFrame,
+ Boss3TargetFrame,
+ Boss4TargetFrame,
}
for i,frame in pairs(tbl) do