Commit a40bbc7b authored by Ivaria's avatar Ivaria
Browse files

Disable LibHealComm-4.0 for now since it has not yet been updated for WotLK Classic

parent 06e14c03
......@@ -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>
......@@ -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");
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment