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
a40bbc7b
Commit
a40bbc7b
authored
2 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Disable LibHealComm-4.0 for now since it has not yet been updated for WotLK Classic
parent
06e14c03
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Libs/Libs.xml
Libs/Libs.xml
+1
-1
VuhDoAddonAdapter.lua
VuhDoAddonAdapter.lua
+2
-1
No files found.
Libs/Libs.xml
View file @
a40bbc7b
...
...
@@ -23,6 +23,6 @@
<Include
file=
"NickTag-1.0\NickTag-1.0.xml"
/>
<Include
file=
"!LibTotemInfo\embeds.xml"
/>
<Include
file=
"LibHealComm-4.0\LibHealComm-4.0.xml"
/>
<!--
<Include file="LibHealComm-4.0\LibHealComm-4.0.xml" />
-->
</Ui>
This diff is collapsed.
Click to expand it.
VuhDoAddonAdapter.lua
View file @
a40bbc7b
...
...
@@ -16,7 +16,8 @@ VUHDO_LibBase64 = LibStub:GetLibrary("LibBase64-1.0");
VUHDO_LibCustomGlow
=
LibStub
(
"LibCustomGlow-1.0"
);
VUHDO_LibNickTag
=
LibStub
(
"NickTag-1.0"
);
VUHDO_LibHealComm
=
LibStub
(
"LibHealComm-4.0"
);
-- FIXME: LibHealComm has not yet been updated for WotLK Classic
VUHDO_LibHealComm
=
nil
;
-- LibStub("LibHealComm-4.0");
VUHDO_LibTotemInfo
=
LibStub
(
"LibTotemInfo-1.0"
);
VUHDO_LibSharedMedia
:
Register
(
"font"
,
"Arial Black"
,
"Interface\\AddOns\\VuhDo\\Fonts\\ariblk.ttf"
);
...
...
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