mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- minor change to pick up loc fix
This commit is contained in:
@ -20,6 +20,7 @@ IceHUD.WowVer = select(4, GetBuildInfo())
|
|||||||
IceHUD.validBarList = { "Bar", "HiBar", "RoundBar", "ColorBar", "RivetBar", "RivetBar2", "CleanCurves", "GlowArc", "BloodGlaives", "ArcHUD", "FangRune", "DHUD" }
|
IceHUD.validBarList = { "Bar", "HiBar", "RoundBar", "ColorBar", "RivetBar", "RivetBar2", "CleanCurves", "GlowArc", "BloodGlaives", "ArcHUD", "FangRune", "DHUD" }
|
||||||
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="Ability cooldown bar", Health="Health bar", Mana="Mana bar"}
|
||||||
|
|
||||||
|
|
||||||
local function deepcopy(object)
|
local function deepcopy(object)
|
||||||
local lookup_table = {}
|
local lookup_table = {}
|
||||||
local function _copy(object)
|
local function _copy(object)
|
||||||
|
Reference in New Issue
Block a user