From 006845abba2f07e910612d28c7206cd0846b8624 Mon Sep 17 00:00:00 2001 From: MysticalOS Date: Thu, 2 Nov 2023 11:30:35 -0400 Subject: [PATCH] also disavble green ooze soak warnings if you're gas variable on heroic. --- DBM-Raids-WoTLK/Icecrown/ThePlagueworks/Putricide.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DBM-Raids-WoTLK/Icecrown/ThePlagueworks/Putricide.lua b/DBM-Raids-WoTLK/Icecrown/ThePlagueworks/Putricide.lua index 39201fe..7592476 100644 --- a/DBM-Raids-WoTLK/Icecrown/ThePlagueworks/Putricide.lua +++ b/DBM-Raids-WoTLK/Icecrown/ThePlagueworks/Putricide.lua @@ -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 and not DBM:UnitDebuff("player" 70353) then + elseif not self:IsTank() and self.Options.SpecWarn70447moveto2 and not DBM:UnitDebuff("player", 70353) then specWarnVolatileOozeAdhesiveT:Show(args.destName) specWarnVolatileOozeAdhesiveT:Play("helpsoak") else