diff options
-rw-r--r-- | src/game/Spell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 11c77b8bc69..303cfc5ffc7 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -1349,7 +1349,7 @@ SpellMissInfo Spell::DoSpellHitOnUnit(Unit *unit, const uint32 effectMask, bool if (IsChanneledSpell(m_spellInfo)) m_originalCaster->ModSpellCastTime(aurSpellInfo, duration, this); - if (duration == 0) + if (duration == 0 && !positive) { m_spellAura->Remove(); return SPELL_MISS_IMMUNE; |