- fixed FocusMana to actually work

This commit is contained in:
Parnic
2010-09-10 16:35:12 +00:00
parent fb884f41f4
commit 907bee2104

View File

@ -56,7 +56,7 @@ function FocusMana.prototype:UpdateFocus()
self:Update(self.unit) self:Update(self.unit)
end end
function FocusMana.prototype:Update(event, unit) function FocusMana.prototype:UpdateEvent(event, unit)
self:Update(unit) self:Update(unit)
end end