Don't clear the unit attribute in the state configuration anymore, secure env does that now.

This commit is contained in:
Hendrik Leppkes
2009-04-01 10:47:35 +02:00
parent 704116323c
commit db938ac83d
-1
View File
@@ -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()