diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 1ff62731228..330628e1db5 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -1212,7 +1212,7 @@ void Spell::DoAllEffectOnTarget(TargetInfo* target) void Spell::DoSpellHitOnUnit(Unit* unit, uint32 effectMask) { - if (!unit || !effectMask) + if (!unit) return; Unit* realCaster = GetAffectiveCaster();