Commit 8979609d authored by Ivaria's avatar Ivaria
Browse files

Apparently this UTF8 string library doesn't use LibStub

parent 1e2e9e6f
......@@ -16,6 +16,8 @@ VuhDo.xml
Libs\AceAddon-3.0\AceAddon-3.0.xml
Libs\AceGUI-3.0\AceGUI-3.0.xml
Libs\AceConfig-3.0\AceConfig-3.0.xml
Libs\UTF8\utf8.lua
Libs\UTF8\utf8data.lua
VuhDoPanel.xml
VuhDoBuffWatch.xml
......@@ -2,7 +2,6 @@ local _;
VUHDO_LibSharedMedia = LibStub("LibSharedMedia-3.0");
VUHDO_LibDataBroker = LibStub("LibDataBroker-1.1", true);
VUHDO_LibUTF8 = LibStub("UTF8");
VUHDO_LibButtonFacade = nil;
......
......@@ -91,7 +91,7 @@ local function VUHDO_buildSnippetArray()
VUHDO_CLASS_TO_MACRO[tInfo["classId"]] or "_",
VUHDO_ROLE_TO_MACRO[tInfo["role"]] or "_");
VUHDO_NAME_SNIPPETS[tMacroIndex] = VUHDO_LibUTF8:utf8sub(tInfo["name"] or "", 1, 3);
VUHDO_NAME_SNIPPETS[tMacroIndex] = string.utf8sub(tInfo["name"] or "", 1, 3);
end
end
end
......
......@@ -15,9 +15,15 @@ Bugfixes:
-- Fixed pump aegis tooltip to correctly indicate a cap of 60% player max health
-- Fixed Clarity of Will to cap based on 50% of the target's maximum health
-- Fixed bug when saving macros for player names with extended characters
-- Removed Hunter Rapid Fire from custom debuff list
Improvements:
-- Added new default bouquet for Paladin Beacon of Light and Faith
-- Added Paladin Beacon of Faith to Buff Watch
-- Added Paladin Beacon of Faith as default HoT icon option
-- Added Paladin Beacon of Insight as a default HoT icon option
-- Added Paladin Stay of Execution as a default HoT icon option
--------------------------------------------------------------
......
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