- fixed typo where TargetMana was initializing a variable in TargetHealth

This commit is contained in:
Parnic
2011-03-13 22:11:13 +00:00
parent ee7427bdfd
commit 35da685822

View File

@ -1,7 +1,7 @@
local L = LibStub("AceLocale-3.0"):GetLocale("IceHUD", false) local L = LibStub("AceLocale-3.0"):GetLocale("IceHUD", false)
IceTargetMana = IceCore_CreateClass(IceUnitBar) IceTargetMana = IceCore_CreateClass(IceUnitBar)
IceTargetMana.prototype.registerEvents = true IceTargetMana.prototype.registerEvents = true
IceTargetHealth.prototype.color = nil IceTargetMana.prototype.color = nil
IceTargetMana.prototype.determineColor = true IceTargetMana.prototype.determineColor = true