Author: Omega
Date: Tue Feb 23 09:51:44 CET 2010
Revision: 3698
Log:

#ICC/Putricide: Redid spellids for malleable goo, heroic ids were missing and too many were being used for normal.

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

trunk/DBM-Icecrown/ThePlagueworks/Putricide.lua
Action: modified
Old revision: 3697
Old date: 2010-02-23 04:25:40 UTC

@@ -219,7 +219,7 @@
elseif args:IsSpellID(71255) then
warnChokingGasBomb:Show()
timerChokingGasBombCD:Start()
- elseif args:IsSpellID(72295, 72615, 72295, 72296) then
+ elseif args:IsSpellID(72615, 72295, 74280, 74281) then
warnMalleableGoo:Show()
timerMalleableGooCD:Start()
self:ScheduleMethod(0.1, "MalleableGooTarget")