Core/Spells: 6506e71a23 followup

This commit is contained in:
Ovahlord
2022-02-21 13:49:17 +01:00
parent 6506e71a23
commit a652191a62

View File

@@ -982,7 +982,7 @@ class spell_mage_nether_vortex : public AuraScript
bool CheckProc(ProcEventInfo& /*eventInfo*/)
{
return GetTarget()->HasLimitedTargetAuraForSpell(SPELL_MAGE_SLOW);
return !GetTarget()->HasLimitedTargetAuraForSpell(SPELL_MAGE_SLOW);
}
void HandleEffectProc(AuraEffect const* aurEff, ProcEventInfo& eventInfo)