--- deliantra/server/common/init.C 2006/12/30 10:16:10 1.18 +++ deliantra/server/common/init.C 2006/12/31 21:02:04 1.19 @@ -231,11 +231,11 @@ if (at->clone.type == MAP) { if (at->clone.race) - strcpy (first_map_ext_path, at->clone.race); + first_map_ext_path = at->clone.race; if (EXIT_PATH (&at->clone)) { - strcpy (first_map_path, EXIT_PATH (&at->clone)); + first_map_path = EXIT_PATH (&at->clone); return; } }