diff --git a/DBM-Challenges/BfA/NzothVisionOrgrimmar.lua b/DBM-Challenges/BfA/NzothVisionOrgrimmar.lua index af817e9..d4cbdff 100644 --- a/DBM-Challenges/BfA/NzothVisionOrgrimmar.lua +++ b/DBM-Challenges/BfA/NzothVisionOrgrimmar.lua @@ -340,7 +340,7 @@ function mod:SPELL_AURA_APPLIED(args) local spellId = args.spellId if spellId == 311390 and args:IsPlayer() then local amount = args.amount or 1 - if amount >= 3 then + if amount >= 4 then specWarnEntomophobia:Show() specWarnEntomophobia:Play("keepjump") end diff --git a/DBM-Challenges/BfA/NzothVisionStormwind.lua b/DBM-Challenges/BfA/NzothVisionStormwind.lua index d71f993..1760853 100644 --- a/DBM-Challenges/BfA/NzothVisionStormwind.lua +++ b/DBM-Challenges/BfA/NzothVisionStormwind.lua @@ -267,7 +267,7 @@ function mod:SPELL_AURA_APPLIED(args) local spellId = args.spellId if spellId == 311390 and args:IsPlayer() then local amount = args.amount or 1 - if amount >= 3 then + if amount >= 4 then specWarnEntomophobia:Show() specWarnEntomophobia:Play("keepjump") end