Skip to content

Commit

Permalink
Fix amber glob timer
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Jul 12, 2020
1 parent b764aa7 commit bd181c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DBM-Challenges/MoP/PGWhiteTiger.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bd181c7

Please sign in to comment.