diff options
Diffstat (limited to 'src/game/Spell.cpp')
-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 b766f3d75af..e48251347b2 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -2944,7 +2944,7 @@ void Spell::cast(bool skipCheck) case SPELL_EFFECT_CHARGE: case SPELL_EFFECT_JUMP: case SPELL_EFFECT_JUMP2: - case SPELL_EFFECT_138: + case SPELL_EFFECT_LEAP_BACK: HandleEffects(NULL,NULL,NULL,i); m_effectMask |= (1<<i); break; |