--- deliantra/server/random_maps/exit.C 2010/06/26 22:10:18 1.43 +++ deliantra/server/random_maps/exit.C 2010/06/30 01:32:57 1.44 @@ -284,9 +284,7 @@ RP->origin_x = the_exit_down->x; RP->origin_y = the_exit_down->y; - dynbuf_text buf; - write_map_parameters_to_string (buf, RP); - the_exit_down->msg = buf; + the_exit_down->msg = RP->as_shstr (); /* the identifier for making a random map. */ if (RP->dungeon_level >= RP->dungeon_depth && *RP->final_map)