mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Spells: Typo fix
This commit is contained in:
@@ -3624,7 +3624,7 @@ bool SpellInfo::SpellCancelsAuraEffect(AuraEffect const* aurEff) const
|
||||
|
||||
for (SpellEffectInfo const& effect : GetEffects())
|
||||
{
|
||||
if (effect.IsEffect(SPELL_EFFECT_APPLY_AURA))
|
||||
if (!effect.IsEffect(SPELL_EFFECT_APPLY_AURA))
|
||||
continue;
|
||||
|
||||
uint32 const miscValue = static_cast<uint32>(effect.MiscValue);
|
||||
|
||||
Reference in New Issue
Block a user