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 9ab38ec9dec..3291b504ff2 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -2813,7 +2813,7 @@ void Spell::update(uint32 difftime) } if(m_timer == 0 && !IsNextMeleeSwingSpell() && !IsAutoRepeat()) - cast(); + cast(m_spellInfo->CastingTimeIndex == 1); } break; case SPELL_STATE_CASTING: { |