Skip to content

Commit

Permalink
also disavble green ooze soak warnings if you're gas variable on heroic.
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Nov 2, 2023
1 parent 79d16d2 commit 5b039dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-Raids-WoTLK/Icecrown/ThePlagueworks/Putricide.lua
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function mod:SPELL_AURA_APPLIED(args)
if args.spellId == 70447 then--Green Slime
if args:IsPlayer() then--Still worth warning 100s because it does still do knockback
specWarnVolatileOozeAdhesive:Show()
elseif not self:IsTank() and self.Options.SpecWarn70447moveto2 then
elseif not self:IsTank() and self.Options.SpecWarn70447moveto2 and not DBM:UnitDebuff("player" 70353) then
specWarnVolatileOozeAdhesiveT:Show(args.destName)
specWarnVolatileOozeAdhesiveT:Play("helpsoak")
else
Expand Down

0 comments on commit 5b039dd

Please sign in to comment.