diff --git a/Source/Game/Spells/Spell.cs b/Source/Game/Spells/Spell.cs index 58bbf47f8..dfe2c0065 100644 --- a/Source/Game/Spells/Spell.cs +++ b/Source/Game/Spells/Spell.cs @@ -1013,7 +1013,7 @@ namespace Game.Spells case Targets.DestDynobjAlly: case Targets.DestDynobjNone: case Targets.DestDest: - return; + break; case Targets.DestDestGround: dest.Position.posZ = m_caster.GetMapHeight(dest.Position.GetPositionX(), dest.Position.GetPositionY(), dest.Position.GetPositionZ()); break;