- cleanup of mouse interaction for all modules

This commit is contained in:
Parnic
2010-10-16 20:00:35 +00:00
parent 7bf4c9b56e
commit f63c263669
5 changed files with 22 additions and 4 deletions

View File

@ -917,6 +917,7 @@ function PlayerHealth.prototype:EnableClickTargeting(bEnable)
self.frame.button:RegisterForClicks()
self.frame.button:SetAttribute("type1")
self.frame.button:SetAttribute("type2")
self.frame.button:SetAttribute("unit")
-- set up click casting
ClickCastFrames = ClickCastFrames or {}