aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game/Spell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp
index d12998b7b63..2883c2f3a80 100644
--- a/src/game/Spell.cpp
+++ b/src/game/Spell.cpp
@@ -1390,7 +1390,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)
{
m_spellAura->Remove();
return SPELL_MISS_IMMUNE;