mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-13 21:49:49 +01:00
Core/Spells: 6506e71a23 followup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user