Author: Omega
Date: Tue Feb 23 10:23:29 CET 2010
Revision: 3700
Log:

#ICC/Rotface: Some missing heroic spell ids

Updated
trunk/DBM-Icecrown/TheCrimsonHall/Lanathel.lua
Updated
trunk/DBM-Icecrown/ThePlagueworks/Rotface.lua

trunk/DBM-Icecrown/TheCrimsonHall/Lanathel.lua
Action: modified
Old revision: 3699
Old date: 2010-02-23 09:01:17 UTC

@@ -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)


trunk/DBM-Icecrown/ThePlagueworks/Rotface.lua
Action: modified
Old revision: 3699
Old date: 2010-02-23 09:01:17 UTC

@@ -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