From 35da68582260f3ae98aae5b72a2a83f28336c71c Mon Sep 17 00:00:00 2001 From: Parnic Date: Sun, 13 Mar 2011 22:11:13 +0000 Subject: [PATCH] - fixed typo where TargetMana was initializing a variable in TargetHealth --- modules/TargetMana.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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