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
Joschi Grey
VuhDo
Commits
049e5fff
Commit
049e5fff
authored
2 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
LibHealComm no longer forced as Blizzard APIs have been partially fixed
parent
389bcfbd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
VuhDoToolbox.lua
VuhDoToolbox.lua
+1
-1
changelog.txt
changelog.txt
+3
-2
No files found.
VuhDoToolbox.lua
View file @
049e5fff
...
...
@@ -1184,7 +1184,7 @@ function VUHDO_unitGetIncomingHeals(aUnit, aCasterUnit)
return
0
;
end
if
VUHDO_LibHealComm
and
(
VUHDO_CONFIG
[
"SHOW_LIBHEALCOMM_INCOMING"
]
or
true
)
then
if
VUHDO_LibHealComm
and
VUHDO_CONFIG
[
"SHOW_LIBHEALCOMM_INCOMING"
]
then
local
tTargetGUID
=
UnitGUID
(
aUnit
);
if
aCasterUnit
then
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
049e5fff
...
...
@@ -11,12 +11,13 @@ Known issues:
-- Group roster changes will not be reflected during combat
-- Swapping a player between groups during combat will cause
-- unpredictable, negative results. Be warned!
-- Built-in Blizzard APIs for incoming healing
are no longer
working
--
LibHealComm will always be used for now regardless of setting
under:
-- Built-in Blizzard APIs for incoming healing
only partially
working
--
If other healers are using LibHealComm enable it
under:
-- 'VuhDo Options > General > Threat / Incoming > Incoming Heal > Use LibHealComm'
Bugfixes:
-- LibHealComm no longer forced as Blizzard APIs have been partially fixed
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