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
Simon Van Casteren
VuhDo
Commits
27b9ca76
Commit
27b9ca76
authored
2 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Force a fallback to LibHealComm-4.0 for now given Blizzard API remains broken
parent
30fa4e56
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
VuhDoDefaults.lua
VuhDoDefaults.lua
+1
-1
VuhDoToolbox.lua
VuhDoToolbox.lua
+1
-1
No files found.
VuhDoDefaults.lua
View file @
27b9ca76
...
...
@@ -548,7 +548,7 @@ local VUHDO_DEFAULT_CONFIG = {
[
"SHOW_OVERHEAL"
]
=
true
,
[
"SHOW_OWN_INCOMING"
]
=
true
,
[
"SHOW_TEXT_OVERHEAL"
]
=
true
,
[
"SHOW_LIBHEALCOMM_INCOMING"
]
=
fals
e
,
[
"SHOW_LIBHEALCOMM_INCOMING"
]
=
tru
e
,
[
"SHOW_SHIELD_BAR"
]
=
true
,
[
"SHOW_OVERSHIELD_BAR"
]
=
false
,
[
"SHOW_HEAL_ABSORB_BAR"
]
=
true
,
...
...
This diff is collapsed.
Click to expand it.
VuhDoToolbox.lua
View file @
27b9ca76
...
...
@@ -1184,7 +1184,7 @@ function VUHDO_unitGetIncomingHeals(aUnit, aCasterUnit)
return
0
;
end
if
VUHDO_LibHealComm
and
VUHDO_CONFIG
[
"SHOW_LIBHEALCOMM_INCOMING"
]
then
if
VUHDO_LibHealComm
and
(
VUHDO_CONFIG
[
"SHOW_LIBHEALCOMM_INCOMING"
]
or
true
)
then
local
tTargetGUID
=
UnitGUID
(
aUnit
);
if
aCasterUnit
then
...
...
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