Commit 229a23c6 authored by Ivaria's avatar Ivaria
Browse files

Merge branch 'master' into classic

parent c10fe3b7
......@@ -298,8 +298,11 @@ local tCurChosenStoredName;
function VUHDO_determineDebuff(aUnit)
tInfo = (VUHDO_RAID or sEmpty)[aUnit];
if not tInfo then return 0, ""; -- VUHDO_DEBUFF_TYPE_NONE
elseif VUHDO_CONFIG_SHOW_RAID then return tInfo["debuff"], tInfo["debuffName"]; end
if not tInfo then
return 0, ""; -- VUHDO_DEBUFF_TYPE_NONE
elseif VUHDO_CONFIG_SHOW_RAID then
return tInfo["debuff"], tInfo["debuffName"];
end
tUnitDebuffInfo = VUHDO_initDebuffInfos(aUnit);
......@@ -378,6 +381,7 @@ function VUHDO_determineDebuff(aUnit)
end
-- Entweder Fhigkeit vorhanden ODER noch keiner gewhlt UND auch nicht entfernbare
-- Either ability available OR none selected AND not removable (DETECT_DEBUFFS_REMOVABLE_ONLY_ICONS)
if tType and (tAbility or (sCurChosenType == 0 and sIsNotRemovableOnly)) then -- VUHDO_DEBUFF_TYPE_NONE
sCurChosenType = tType;
tUnitDebuffInfo["CHOSEN"][1], tUnitDebuffInfo["CHOSEN"][2] = tIcon, tStacks;
......
......@@ -42,6 +42,7 @@ Bugfixes:
Improvements:
-- Added Paladin 'Glimmer of Light' as default HoT icon option
-- Added default custom debuffs for Ny'alotha raid encounters
--------------------------------------------------------------
......
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