--- deliantra/server/socket/init.c 2006/02/03 07:14:44 1.1 +++ deliantra/server/socket/init.c 2006/04/17 07:31:54 1.2 @@ -123,6 +123,7 @@ ns->update_look = 0; ns->has_readable_type = 0; ns->supported_readables = 0; + ns->monitor_spells = 0; /* we should really do some checking here - if total clients overflows * we need to do something more intelligent, because client id's will start @@ -151,6 +152,8 @@ ns->can_write=1; ns->password_fails = 0; + ns->current_map = 0; + ns->sent_scroll=0; ns->host=strdup_local(from_ip); sprintf((char*)buf, "version %d %d %s\n", VERSION_CS,VERSION_SC, VERSION_INFO);