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
Jay
VuhDo
Commits
4588bc98
Commit
4588bc98
authored
4 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed damage flash when using combat log based health updates
parent
be093f88
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
VuhDoBarCustomizerHealth.lua
VuhDoBarCustomizerHealth.lua
+1
-1
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoBarCustomizerHealth.lua
View file @
4588bc98
...
...
@@ -516,7 +516,7 @@ local VUHDO_customizeText = VUHDO_customizeText;
local
tScaling
;
local
function
VUHDO_customizeDamageFlash
(
aButton
,
anInfo
)
tScaling
=
VUHDO_PANEL_SETUP
[
VUHDO_BUTTON_CACHE
[
aButton
]][
"SCALING"
];
if
tScaling
[
"isDamFlash"
]
and
tScaling
[
"damFlashFactor"
]
>=
(
anInfo
[
"lifeLossPerc"
]
or
-
1
)
then
if
tScaling
[
"isDamFlash"
]
and
anInfo
[
"lifeLossPerc"
]
and
tScaling
[
"damFlashFactor"
]
>=
(
anInfo
[
"lifeLossPerc"
]
or
-
1
)
then
VUHDO_UIFrameFlash
(
_G
[
aButton
:
GetName
()
..
"BgBarIcBarHlBarFlBar"
],
0
.
05
,
0
.
15
,
0
.
25
,
false
,
0
.
05
,
0
);
end
end
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
4588bc98
...
...
@@ -13,6 +13,7 @@ Known issues:
Bugfixes:
-- Fixed global cooldown bar
-- Fixed damage flash when using combat log based health updates
Improvements:
...
...
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