- Added support for tracking inventory item cooldowns on a custom cooldown bar. (ticket #123)

This commit is contained in:
Parnic
2014-10-12 21:14:18 -05:00
parent 59056190bb
commit 5cdf3b7b7d
2 changed files with 154 additions and 14 deletions

View File

@ -20,7 +20,7 @@ IceHUD.WowVer = select(4, GetBuildInfo())
IceHUD.validBarList = { "Bar", "HiBar", "RoundBar", "ColorBar", "RivetBar", "RivetBar2", "CleanCurves", "GlowArc",
"BloodGlaives", "ArcHUD", "FangRune", "DHUD", "CleanCurvesOut", "CleanTank", "PillTank", "GemTank" }
IceHUD.validCustomModules = {Bar="Buff/Debuff watcher", Counter="Buff/Debuff stack counter", CD="Ability cooldown bar", Health="Health bar", Mana="Mana bar"}
IceHUD.validCustomModules = {Bar="Buff/Debuff watcher", Counter="Buff/Debuff stack counter", CD="Cooldown bar", Health="Health bar", Mana="Mana bar"}
--@debug@
IceHUD.optionsLoaded = true