Commit 782e49a2 authored by Ivaria's avatar Ivaria
Browse files

Fixed vertical health bar display for units w/o a power bar

parent e37625b9
## Interface: 80000
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.96
## Version: 3.97
## Notes: Raid Frames providing click-heal functionality, buff and debuff control, main tank management and much more
## SavedVariablesPerCharacter: VUHDO_CONFIG, VUHDO_PANEL_SETUP, VUHDO_SPELL_ASSIGNMENTS, VUHDO_HOSTILE_SPELL_ASSIGNMENTS, VUHDO_MM_SETTINGS, VUHDO_PLAYER_TARGETS, VUHDO_MAINTANK_NAMES, VUHDO_BUFF_SETTINGS, VUHDO_POWER_TYPE_COLORS, VUHDO_SPELLS_KEYBOARD, VUHDO_SPELL_CONFIG, VUHDO_BUFF_ORDER, VUHDO_SPEC_LAYOUTS, VUHDO_GROUP_SIZE, VUHDO_RAID, VUHDO_INDICATOR_CONFIG
## SavedVariables: VUHDO_DEFAULT_LAYOUT, VUHDO_DEFAULT_PROFILE, VUHDO_PROFILES, VUHDO_MANUAL_ROLES, VUHDO_SPELL_LAYOUTS, VUHDO_USER_CLASS_COLORS, VUHDO_DEBUFF_BLACKLIST, VUHDO_BOUQUETS, VUHDO_COMBAT_LOG_TRACE, VUHDO_GLOBAL_CONFIG, VUHDO_DEBUG
......
......@@ -117,8 +117,10 @@ function VUHDO_manaBarBouquetCallback(aUnit, anIsActive, anIcon, aCurrValue, aCo
tRegularHeight = tButton["regularHeight"];
if tRegularHeight then
VUHDO_getHealthBar(tButton, 1):SetHeight(tRegularHeight - tManaBarHeight);
VUHDO_getHealthBar(tButton, 6):SetHeight(tRegularHeight - tManaBarHeight);
VUHDO_getHealthBar(tButton, 19):SetHeight(tRegularHeight - tManaBarHeight);
if (tQuota > 0) then
VUHDO_getHealthBar(tButton, 6):SetHeight(tRegularHeight - tManaBarHeight);
VUHDO_getHealthBar(tButton, 19):SetHeight(tRegularHeight - tManaBarHeight);
end
end
end
end
......
## Interface: 80000
## Title: VuhDo ['vu:du:] - Options
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.96
## Version: 3.97
## Notes: VuhDo Options
## SavedVariables: VUHDO_OPTIONS_SETTINGS
## SavedVariablesPerCharacter: VUHDO_GLOBAL_ICONS, VUHDO_GI_SCAN_IDX
......
Version 3.97
Known issues:
-- BfA stat squish cleanup still a work in progress
-- AOE Advice spell equations need complete overhaul
-- Some text providers need changes to better display small numbers
-- Debuff tooltips are currently bugged when using ElvUI
-- Deselect 'VuhDo Options > Panels > Tooltips > Tooltips > Debuffs'
-- Bug in French language clients for Priest 'Shadow Mend' spell
-- Work around for now is to create and bind a custom macro:
-- /cast [@vuhdo] Soins rapides
Bugfixes:
-- Fixed vertical health bar display for units w/o a power bar
Improvements:
--------------------------------------------------------------
Version 3.96
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment