diff --git a/modules/TargetMana.lua b/modules/TargetMana.lua index 2dae29c..6b1c39d 100644 --- a/modules/TargetMana.lua +++ b/modules/TargetMana.lua @@ -1,7 +1,7 @@ local L = LibStub("AceLocale-3.0"):GetLocale("IceHUD", false) IceTargetMana = IceCore_CreateClass(IceUnitBar) IceTargetMana.prototype.registerEvents = true -IceTargetHealth.prototype.color = nil +IceTargetMana.prototype.color = nil IceTargetMana.prototype.determineColor = true