Commit 5b49ddbe authored by Ivaria's avatar Ivaria
Browse files

Fixed shield absorption amount tracking of Hot icons

parent 3ca9dc13
......@@ -198,7 +198,7 @@ local tSpellName;
local function VUHDO_updateShields(aUnit)
for tSpellId, _ in pairs(VUHDO_SHIELDS) do
tSpellName = select(1, GetSpellInfo(tSpellId));
tRemain = select(15, UnitAura(aUnit, tSpellName));
tRemain = select(17, UnitAura(aUnit, tSpellName));
--VUHDO_xMsg(UnitAura(aUnit, tSpellName));
if tRemain and "number" == type(tRemain) then
......
......@@ -20,6 +20,7 @@ Bugfixes:
-- Updated all default spell bindings for healer dispels
-- Fixed display of GCD bar
-- Fixed absorption tracking for 'Befouled' and 'Touch of Harm'
-- Fixed shield absorption amount tracking of Hot icons
Improvements:
......@@ -27,7 +28,7 @@ Improvements:
-- Bar health text now abbreviates million as '<n>M'
-- Tooltip text now abbreviates millions as '<n>M'
-- Added default custom debuffs for Emerald Nightmare raid encounters
-- Added absorption tracking for Mythic+ affix debuff 'Overflowing'
-- Added debuff absorption tracking for Mythic+ affix 'Overflow'
--------------------------------------------------------------
......
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