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
KnewOne
VuhDo
Commits
da4faab3
Commit
da4faab3
authored
3 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Update classic compat layer for UnitGetTotalHealAbsorbs
parent
6984a7d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
VuhDoBarCustomizerHealth.lua
VuhDoBarCustomizerHealth.lua
+1
-1
VuhDoToolbox.lua
VuhDoToolbox.lua
+12
-0
No files found.
VuhDoBarCustomizerHealth.lua
View file @
da4faab3
...
...
@@ -42,7 +42,7 @@ local VUHDO_INTERNAL_TOGGLES;
local
strfind
=
strfind
;
local
GetRaidTargetIndex
=
GetRaidTargetIndex
;
local
UnitGetTotalHealAbsorbs
=
U
nitGetTotalHealAbsorbs
;
local
UnitGetTotalHealAbsorbs
=
VUHDO_u
nitGetTotalHealAbsorbs
;
local
pairs
=
pairs
;
local
twipe
=
table
.
wipe
;
local
format
=
format
;
...
...
This diff is collapsed.
Click to expand it.
VuhDoToolbox.lua
View file @
da4faab3
...
...
@@ -1211,6 +1211,18 @@ end
function
VUHDO_unitGetTotalHealAbsorbs
(
...
)
if
not
UnitGetTotalHealAbsorbs
then
return
0
;
else
return
UnitGetTotalHealAbsorbs
(
...
);
end
end
function
VUHDO_unitIsWarModePhased
(
...
)
if
not
UnitIsWarModePhased
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