Author: Omega
Date: Tue Mar 02 06:44:42 CET 2010
Revision: 3736
Log:

Oops, the special warning for choking gas bomb i added had an option but i didn't actually put it in the event. Fixed now :)

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

trunk/DBM-Icecrown/ThePlagueworks/Putricide.lua
Action: modified
Old revision: 3735
Old date: 2010-03-02 05:38:36 UTC

@@ -36,7 +36,7 @@
local specWarnGaseousBloatOther = mod:NewSpecialWarningTarget(70672, false)
local specWarnMalleableGoo = mod:NewSpecialWarning("specWarnMalleableGoo")
local specWarnMalleableGooNear = mod:NewSpecialWarning("specWarnMalleableGooNear")
-local specWarnChokingGasBomb = mod:NewSpecialWarningSpell(71255, mod:IsMelee())
+local specWarnChokingGasBomb = mod:NewSpecialWarningSpell(71255, mod:IsTank())
local specWarnOozeVariable = mod:NewSpecialWarningYou(70352) -- Heroic Ability
local specWarnGasVariable = mod:NewSpecialWarningYou(70353) -- Heroic Ability
local specWarnUnboundPlague = mod:NewSpecialWarning("specWarnUnboundPlague") -- you have to drop the debuff by staying very close to an other player
@@ -217,6 +217,7 @@
spamPuddle = GetTime()
elseif args:IsSpellID(71255) then
warnChokingGasBomb:Show()
+ specWarnChokingGasBomb:Show()
timerChokingGasBombCD:Start()
elseif args:IsSpellID(72615, 72295, 74280, 74281) then
warnMalleableGoo:Show()