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
wrathofkhan
VuhDo
Commits
0d1d5c63
Commit
0d1d5c63
authored
4 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed VUHDO_UPDATE_ALIVE handling on unit dead state change
parent
e7aeb671
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
VuhDo.lua
VuhDo.lua
+5
-2
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDo.lua
View file @
0d1d5c63
...
...
@@ -381,9 +381,10 @@ function VUHDO_setHealth(aUnit, aMode)
elseif
tInfo
then
tIsAfk
,
tInfo
[
"connected"
],
tIsDcChange
=
VUHDO_updateAfkDc
(
aUnit
);
tInfo
[
"dead"
]
=
tIsDead
;
if
tIsDcChange
then
VUHDO_updateBouquetsForEvent
(
aUnit
,
19
);
end
-- VUHDO_UPDATE_DC
if
tIsDcChange
then
VUHDO_updateBouquetsForEvent
(
aUnit
,
19
);
-- VUHDO_UPDATE_DC
end
if
2
==
aMode
then
-- VUHDO_UPDATE_HEALTH
tNewHealth
=
UnitHealth
(
aUnit
);
...
...
@@ -410,6 +411,8 @@ function VUHDO_setHealth(aUnit, aMode)
elseif
6
==
aMode
then
-- VUHDO_UPDATE_AFK
tInfo
[
"afk"
]
=
tIsAfk
;
end
tInfo
[
"dead"
]
=
tIsDead
;
end
end
end
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
0d1d5c63
...
...
@@ -13,6 +13,7 @@ Known issues:
Bugfixes:
-- Fixed VUHDO_UPDATE_ALIVE handling on unit dead state change
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