#ICC/Rotface: Some missing heroic spell ids
@@ -80,7 +80,7 @@
specWarnPactDarkfallen:Show()
end
if self.Options.SetIconOnDarkFallen then--Debuff doesn't actually last 30 seconds
- self:SetIcon(args.destName, pactIcons, 30)--it lasts forever, but if you still have it after 30 seconds
+ self:SetIcon(args.destName, pactIcons, 28)--it lasts forever, but if you still have it after 28 seconds
pactIcons = pactIcons - 1--then you're probably dead anyways
end
self:Unschedule(warnPactTargets)
@@ -103,7 +103,7 @@
end
function mod:SPELL_AURA_REMOVED(args)
- if args:IsSpellID(69674, 71224) then
+ if args:IsSpellID(69674, 71224, 73022, 73023) then
timerMutatedInfection:Cancel(args.destName)
warnOozeSpawn:Show()
if self.Options.InfectionIcon then
@@ -113,7 +113,7 @@
end
function mod:SPELL_DAMAGE(args)
- if args:IsSpellID(69761, 71212) and args:IsPlayer() then
+ if args:IsSpellID(69761, 71212, 73026, 73027) and args:IsPlayer() then
specWarnRadiatingOoze:Show()
end
end