mirror of
https://github.com/Bluewhale1337/HealBotBlue.git
synced 2026-07-27 01:34:44 +00:00
Feat: added customizable unit frame health text and support for non-mana resource tracking
This commit is contained in:
@@ -25,6 +25,7 @@ HealBot_ConfigDefaults = {
|
||||
HideOptions = 0,
|
||||
HideAbort = 1,
|
||||
ShowTooltip = 1,
|
||||
ShowHealthText = 0,
|
||||
GrowUpwards = 0,
|
||||
ProtectPvP = 1,
|
||||
QualityRange = 0,
|
||||
@@ -172,7 +173,9 @@ HealBot_ConfigDefaults = {
|
||||
},
|
||||
},
|
||||
EnableHealthy = 0,
|
||||
ShowNonManaBars = 0,
|
||||
ActionVisible = 0,
|
||||
ActionMouseover = 1,
|
||||
CDCLeftText = {[HEALBOT_PRIEST]="None", [HEALBOT_SHAMAN]="None", [HEALBOT_DRUID]="None", [HEALBOT_PALADIN]="None",},
|
||||
CDCRightText = {[HEALBOT_PRIEST]="None", [HEALBOT_SHAMAN]="None", [HEALBOT_DRUID]="None", [HEALBOT_PALADIN]="None",},
|
||||
Current_Skin = "Modern Flat",
|
||||
|
||||
Reference in New Issue
Block a user