--- deliantra/server/random_maps/exit.C 2009/11/29 17:41:07 1.36 +++ deliantra/server/random_maps/exit.C 2010/03/24 17:41:48 1.37 @@ -333,7 +333,7 @@ } } else - the_exit_down->slaying = "/!"; + the_exit_down->slaying = shstr_random_map_exit; /* Block the exit so things don't get dumped on top of it. */ the_exit_down->move_block = MOVE_ALL;