Author: Omega
Date: Tue Feb 23 10:01:17 CET 2010
Revision: 3699
Log:

#ICC/Putricide: Also added missing red slime spellid for heroic.

Updated
trunk/DBM-Icecrown/ThePlagueworks/Putricide.lua

trunk/DBM-Icecrown/ThePlagueworks/Putricide.lua
Action: modified
Old revision: 3698
Old date: 2010-02-23 08:51:44 UTC

@@ -236,7 +236,7 @@
if self.Options.OozeAdhesiveIcon then
self:SetIcon(args.destName, 8, 8)
end
- elseif args:IsSpellID(70672, 72455, 72833) then --Red Slime
+ elseif args:IsSpellID(70672, 72455, 72832, 72833) then --Red Slime
warnGaseousBloat:Show(args.destName)
specWarnGaseousBloatOther:Show(args.destName)
timerGaseousBloat:Start(args.destName)
@@ -247,7 +247,7 @@
if self.Options.GaseousBloatIcon then
self:SetIcon(args.destName, 7, 20)
end
- elseif args:IsSpellID(71615, 71618) then --71615 used in 10 and 25 normal, 71618 heroic ID maybe?(this id doesn't make immune, only stuns)
+ elseif args:IsSpellID(71615, 71618) then --71615 used in 10 and 25 normal, 71618?
timerTearGas:Start()
elseif args:IsSpellID(72451) then -- Mutated Plague
warnMutatedPlague:Show(args.spellName, args.destName, args.amount or 1)