Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Landon Wu
VuhDo
Commits
5b49ddbe
Commit
5b49ddbe
authored
8 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed shield absorption amount tracking of Hot icons
parent
3ca9dc13
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
VuhDoShieldAbsorb.lua
VuhDoShieldAbsorb.lua
+1
-1
changelog.txt
changelog.txt
+2
-1
No files found.
VuhDoShieldAbsorb.lua
View file @
5b49ddbe
...
...
@@ -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
(
1
5
,
UnitAura
(
aUnit
,
tSpellName
));
tRemain
=
select
(
1
7
,
UnitAura
(
aUnit
,
tSpellName
));
--VUHDO_xMsg(UnitAura(aUnit, tSpellName));
if
tRemain
and
"number"
==
type
(
tRemain
)
then
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
5b49ddbe
...
...
@@ -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
'Overflow
ing
'
-- Added
debuff
absorption tracking for Mythic+ affix 'Overflow'
--------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment