Skip to content

Commit

Permalink
ICC-Putricide: remove straggler Cancel Malleable Goo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidras committed Aug 11, 2023
1 parent e5b057d commit d6089cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions DBM-Icecrown/ThePlagueworks/Putricide.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ local L = mod:GetLocalizedStrings()
local GetTime = GetTime
local format = string.format

mod:SetRevision("20230810233917")
mod:SetRevision("20230811185546")
mod:SetCreatureID(36678)
mod:SetUsedIcons(1, 2, 3, 4)
mod:SetHotfixNoticeRev(20230810000000)
mod:SetHotfixNoticeRev(20230811000000)
mod:SetMinSyncRevision(20220908000000)

mod:RegisterCombat("combat")
Expand Down Expand Up @@ -259,7 +259,6 @@ function mod:SPELL_CAST_START(args)
local unboundTimeAdjust = currentTime-UnboundTime
DBM:Debug(format("During Guzzle Potions, PuddleTime is %d, ChokingTime is %d and UnboundTime is %d", puddleTimeAdjust, chokingTimeAdjust, unboundTimeAdjust), 2)
timerUnstableExperimentCD:Cancel()
timerMalleableGooCD:Cancel()
timerSlimePuddleCD:Cancel()
timerChokingGasBombCD:Cancel()
timerUnboundPlagueCD:Cancel()
Expand Down

0 comments on commit d6089cc

Please sign in to comment.