From bd181c7d31e2d443f7e08be6b6d347de8286e694 Mon Sep 17 00:00:00 2001 From: MysticalOS Date: Sun, 12 Jul 2020 17:21:01 -0400 Subject: [PATCH] Fix amber glob timer --- DBM-Challenges/MoP/PGWhiteTiger.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DBM-Challenges/MoP/PGWhiteTiger.lua b/DBM-Challenges/MoP/PGWhiteTiger.lua index 5de7f2c..39108bb 100755 --- a/DBM-Challenges/MoP/PGWhiteTiger.lua +++ b/DBM-Challenges/MoP/PGWhiteTiger.lua @@ -87,11 +87,11 @@ function mod:SPELL_CAST_START(args) specWarnPowerfulSlam:Play("shockwave") end timerPowerfulSlamCD:Start(args.sourceGUID) - elseif spellId == 142189 and self:AntiSpam(1.5, 5) then + elseif spellId == 142189 then if self.Options.SpecWarn142189spell then specWarnAmberGlob:Show() specWarnAmberGlob:Play("watchstep") - else + elseif self:AntiSpam(1.5, 5) then warnAmberGlobule:Show() end timerAmberGlobCD:Start(args.sourceGUID)