--- deliantra/server/server/spell_attack.C 2008/05/17 15:25:19 1.59 +++ deliantra/server/server/spell_attack.C 2008/05/18 17:52:53 1.60 @@ -150,6 +150,7 @@ new_bolt->stats.dam++; tmp->stats.dam /= 2; /* reduce father bolt damage */ tmp->stats.dam++; + if ((new_bolt = m->insert (new_bolt, sx, sy, op))) update_turn_face (new_bolt); } @@ -1612,7 +1613,6 @@ * op is the spell effect. * note that duration is handled by process_object() in time.c */ - void move_ball_spell (object *op) {