mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- fixed typo where TargetMana was initializing a variable in TargetHealth
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user