mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- added generic custom health and mana bars so that users can monitor any unit they want complete with click-targeting/-casting
This commit is contained in:
@ -58,7 +58,7 @@ end
|
||||
|
||||
|
||||
function IceBarElement.prototype:RegisterFontStrings()
|
||||
if DogTag ~= nil and self.moduleSettings.usesDogTagStrings then
|
||||
if DogTag ~= nil and self.moduleSettings ~= nil and self.moduleSettings.usesDogTagStrings then
|
||||
if self.frame.bottomUpperText and self.moduleSettings.upperText then
|
||||
DogTag:AddFontString(self.frame.bottomUpperText, self.frame, self.moduleSettings.upperText, "Unit", { unit = self.unit })
|
||||
end
|
||||
|
Reference in New Issue
Block a user