> *room = world[real_num]; > /* > * Allocate space for all strings. > */ > room->name = str_dup(world[real_num].name ? world[real_num].name : > "undefined"); add this here: > >+ if (zone_table[world[real_num].zone].unloaded) > >+ reload_room_descs(real_num); > room->description = str_dup(world[real_num].description ? > world[real_num].description : "undefined\r\n"); siv +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST