Commit 46fea7f7 authored by Ivaria's avatar Ivaria
Browse files

Dragonflight beta workarounds for now

parent 60df7858
......@@ -4,7 +4,7 @@
<Script file="LibStub\LibStub.lua" />
<Include file="Taintless\Taintless.xml" />
<!-- <Include file="Taintless\Taintless.xml" /> -->
<Include file="CallbackHandler-1.0\CallbackHandler-1.0.xml" />
<Include file="AceAddon-3.0\AceAddon-3.0.xml" />
<Include file="AceGUI-3.0\AceGUI-3.0.xml" />
......@@ -21,6 +21,6 @@
<Include file="LibCompress\lib.xml" />
<Script file="LibBase64-1.0\LibBase64-1.0.lua" />
<Include file="LibCustomGlow-1.0\LibCustomGlow-1.0.xml" />
<Include file="NickTag-1.0\NickTag-1.0.xml" />
<!-- <Include file="NickTag-1.0\NickTag-1.0.xml" /> -->
</Ui>
......@@ -14,7 +14,7 @@ VUHDO_LibCompressEncode = VUHDO_LibCompress:GetAddonEncodeTable();
VUHDO_LibBase64 = LibStub:GetLibrary("LibBase64-1.0");
VUHDO_LibCustomGlow = LibStub("LibCustomGlow-1.0");
VUHDO_LibNickTag = LibStub("NickTag-1.0");
VUHDO_LibNickTag = nil; --LibStub("NickTag-1.0");
VUHDO_LibSharedMedia:Register("font", "Arial Black", "Interface\\AddOns\\VuhDo\\Fonts\\ariblk.ttf");
VUHDO_LibSharedMedia:Register("font", "Emblem", "Interface\\AddOns\\VuhDo\\Fonts\\Emblem.ttf");
......
......@@ -232,7 +232,7 @@
<Layers>
<Layer level="OVERLAY">
-- Raid Icon
<Texture name="$parentIc50" toplevel="true" hidden="true" file="interface\targetingframe\ui-raidtargetingicons">
<Texture name="$parentIc50" hidden="true" file="interface\targetingframe\ui-raidtargetingicons">
</Texture>
</Layer>
</Layers>
......
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