From af82afb3c389f75451579faceed02491bca00166 Mon Sep 17 00:00:00 2001 From: MysticalOS Date: Sun, 15 Dec 2024 21:46:06 -0500 Subject: [PATCH] Fix target warning not being used --- DBM-Party-WarWithin/TheRookery/StormguardGorren.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DBM-Party-WarWithin/TheRookery/StormguardGorren.lua b/DBM-Party-WarWithin/TheRookery/StormguardGorren.lua index 24072500..b004e1e1 100644 --- a/DBM-Party-WarWithin/TheRookery/StormguardGorren.lua +++ b/DBM-Party-WarWithin/TheRookery/StormguardGorren.lua @@ -107,6 +107,8 @@ function mod:SPELL_AURA_APPLIED(args) specWarnChaoticCorruption:Play("targetyou") yellChaoticCorruption:Yell() yellChaoticCorruptionFades:Countdown(spellId) + else + warnSomeChaoticCorruption:Show(args.destName) end end end