diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 0c1f25964a9..70a9ca94560 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -928,6 +928,23 @@ void Spell::DoAllEffectOnTarget(TargetInfo *target) return; SpellMissInfo missInfo = target->missCondition; + + //if target is immune to spell + if (missInfo == SPELL_MISS_IMMUNE) + { + uint32 t_mask =0; + for (uint32 i=0;i<3;i++) + //and this spell triggers another spell (not aura) + if (m_spellInfo->Effect[i]==SPELL_EFFECT_TRIGGER_SPELL) + t_mask |=1<