From 4ab939477f282787b975b5449800f09a33774b83 Mon Sep 17 00:00:00 2001 From: Parnic Date: Sun, 17 Oct 2010 22:26:53 +0000 Subject: [PATCH] - fixed error caused by disabling click targeting on the targethealth frame --- modules/TargetHealth.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/TargetHealth.lua b/modules/TargetHealth.lua index 0048888..105edab 100644 --- a/modules/TargetHealth.lua +++ b/modules/TargetHealth.lua @@ -734,7 +734,7 @@ function IceTargetHealth.prototype:EnableClickTargeting(bEnable) --ClickCastFrames = ClickCastFrames or {} --ClickCastFrames[self.frame.button] = false - self.frame.button:SetParent() + self.frame.button:SetParent(nil) self.frame.button = nil end end