From 5d43a08b63add80d553ad83080d2e6385b93cfe2 Mon Sep 17 00:00:00 2001 From: MysticalOS Date: Sun, 29 Nov 2020 00:03:30 -0500 Subject: [PATCH] pass the loose arg on START events in torghast mod --- DBM-Challenges/Shadowlands/Torghast.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DBM-Challenges/Shadowlands/Torghast.lua b/DBM-Challenges/Shadowlands/Torghast.lua index 20d4a4f..8092bfd 100644 --- a/DBM-Challenges/Shadowlands/Torghast.lua +++ b/DBM-Challenges/Shadowlands/Torghast.lua @@ -99,7 +99,7 @@ end function mod:SPELL_CAST_START(args) local spellId = args.spellId - if not self:IsValidWarning(args.sourceGUID) then return end--Filter all casts done by mobs in combat with npcs/other mobs. + if not self:IsValidWarning(args.sourceGUID, nil, true) then return end--Filter all casts done by mobs in combat with npcs/other mobs. if spellId == 292903 and self:AntiSpam(3, 2) then specWarnMassiveStrike:Show() specWarnMassiveStrike:Play("shockwave")