From db938ac83db795b9e013ab140b2ce22ab6f8f155 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Wed, 1 Apr 2009 10:47:35 +0200 Subject: [PATCH] Don't clear the unit attribute in the state configuration anymore, secure env does that now. --- ActionButton.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/ActionButton.lua b/ActionButton.lua index a091bce..f69a7d6 100644 --- a/ActionButton.lua +++ b/ActionButton.lua @@ -289,7 +289,6 @@ function Button:RefreshStateAction(state) elseif action == 132 then self:SetAttribute("clickbutton", PossessButton2) end - self:SetAttribute("unit", nil) end function Button:UpdateSelfCast()