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
Andrew Reed
VuhDo
Commits
21b6536b
Commit
21b6536b
authored
6 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed texture position for 'Threat Marks' indicator
parent
30870214
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
VuhDoBarCustomizerThreat.lua
VuhDoBarCustomizerThreat.lua
+1
-0
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoBarCustomizerThreat.lua
View file @
21b6536b
...
...
@@ -7,6 +7,7 @@ function VUHDO_threatIndicatorsBouquetCallback(aUnit, anIsActive, anIcon, aTimer
for
_
,
sButton
in
pairs
(
VUHDO_getUnitButtonsSafe
(
aUnit
))
do
tTexture
=
VUHDO_getAggroTexture
(
VUHDO_getHealthBar
(
sButton
,
1
));
if
anIsActive
then
tTexture
:
SetAllPoints
();
tTexture
:
SetVertexColor
(
VUHDO_backColor
(
aColor
));
tTexture
:
Show
();
VUHDO_UIFrameFlash
(
tTexture
,
0
.
2
,
0
.
5
,
3
.
2
,
true
,
0
,
0
);
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
21b6536b
...
...
@@ -15,6 +15,7 @@ Known issues:
Bugfixes:
-- Fixed tracking of aura with ambiguous spell name 'Soothing Mist'
-- Fixed target type for some raid wide auras in BuffWatch
-- Fixed texture position for 'Threat Marks' indicator
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