update some more (still needs more work)

This commit is contained in:
Crum
2018-12-13 14:51:37 -06:00
parent 7cdaf21377
commit 7dfe187aa7
37 changed files with 2018 additions and 1061 deletions
+5 -5
View File
@@ -794,8 +794,8 @@ function UF:UpdateAllHeaders(event)
if instanceType == "party" or instanceType == "raid" then
ORD:RegisterDebuffs(E.global.unitframe.aurafilters.RaidDebuffs.spells)
else
ORD:RegisterDebuffs(E.global.unitframe.aurafilters.CCDebuffs.spells)
-- else
-- ORD:RegisterDebuffs(E.global.unitframe.aurafilters.CCDebuffs.spells)
end
end
@@ -809,7 +809,7 @@ function UF:UpdateAllHeaders(event)
end
UF.headerFunctions[group]:Update(header)
if group == "party" or group == "raid" then
if group == "party" or group == "raid" or group == "raid40" then
--Update BuffIndicators on profile change as they might be using profile specific data
--self:UpdateAuraWatchFromHeader(group)
end
@@ -913,8 +913,8 @@ function UF:Initialize()
ORD.ShowDispelableDebuff = true
ORD.FilterDispellableDebuff = true
self:UpdateRangeCheckSpells()
self:RegisterEvent("LEARNED_SPELL_IN_TAB", "UpdateRangeCheckSpells")
-- self:UpdateRangeCheckSpells()
-- self:RegisterEvent("LEARNED_SPELL_IN_TAB", "UpdateRangeCheckSpells")
end
function UF:ResetUnitSettings(unit)