mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- added a global toggle for DogTags so they can be enabled or disabled for the mod
- added an optional rare/elite/rare-elite indicator to the target health bar (off by default) - made configuration mode show target raid icons (and the new elite indicator as well)
This commit is contained in:
@ -14,15 +14,15 @@ function RangeCheck.prototype:init()
|
||||
if AceLibrary:HasInstance("LibRangeCheck-2.0") then
|
||||
LibRange = AceLibrary("LibRangeCheck-2.0")
|
||||
end
|
||||
|
||||
if AceLibrary:HasInstance("LibDogTag-3.0") then
|
||||
DogTag = AceLibrary("LibDogTag-3.0")
|
||||
end
|
||||
end
|
||||
|
||||
function RangeCheck.prototype:Enable(core)
|
||||
RangeCheck.super.prototype.Enable(self, core)
|
||||
|
||||
if IceHUD.IceCore:ShouldUseDogTags() then
|
||||
DogTag = AceLibrary("LibDogTag-3.0")
|
||||
end
|
||||
|
||||
self:RegisterFontStrings()
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user