Commit 049e5fff authored by Ivaria's avatar Ivaria
Browse files

LibHealComm no longer forced as Blizzard APIs have been partially fixed

parent 389bcfbd
......@@ -1184,7 +1184,7 @@ function VUHDO_unitGetIncomingHeals(aUnit, aCasterUnit)
return 0;
end
if VUHDO_LibHealComm and (VUHDO_CONFIG["SHOW_LIBHEALCOMM_INCOMING"] or true) then
if VUHDO_LibHealComm and VUHDO_CONFIG["SHOW_LIBHEALCOMM_INCOMING"] then
local tTargetGUID = UnitGUID(aUnit);
if aCasterUnit then
......
......@@ -11,12 +11,13 @@ Known issues:
-- Group roster changes will not be reflected during combat
-- Swapping a player between groups during combat will cause
-- unpredictable, negative results. Be warned!
-- Built-in Blizzard APIs for incoming healing are no longer working
-- LibHealComm will always be used for now regardless of setting under:
-- Built-in Blizzard APIs for incoming healing only partially working
-- If other healers are using LibHealComm enable it under:
-- 'VuhDo Options > General > Threat / Incoming > Incoming Heal > Use LibHealComm'
Bugfixes:
-- LibHealComm no longer forced as Blizzard APIs have been partially fixed
Improvements:
......
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