- removed ClickCastFrame unregistration to avoid problems with people who have the older version of clique (basically everyone)

This commit is contained in:
Parnic
2010-10-17 05:46:54 +00:00
parent f63c263669
commit 3af07ee30d
6 changed files with 12 additions and 12 deletions

View File

@ -813,8 +813,8 @@ function IceTargetInfo.prototype:CreateFrame(redraw)
self.frame:SetAttribute("type2")
-- set up click casting
ClickCastFrames = ClickCastFrames or {}
ClickCastFrames[self.frame] = false
--ClickCastFrames = ClickCastFrames or {}
--ClickCastFrames[self.frame] = false
end
self.frame.unit = self.unit