diff -r dd9ec0c74ad4 code/ryzom/server/src/entities_game_service/backward_compatibility/places_back_compat.cpp --- a/code/ryzom/server/src/entities_game_service/backward_compatibility/places_back_compat.cpp Wed May 12 13:18:57 2010 +0200 +++ b/code/ryzom/server/src/entities_game_service/backward_compatibility/places_back_compat.cpp Wed May 19 13:52:49 2010 +0200 @@ -34,7 +34,7 @@ // !!! DO NOT EDIT THIS TABLE !!! static const string OldPlaces[] = { - "region_groveofconfusion", +/* "region_groveofconfusion", "region_hiddensource", "region_hereticshovel", "region_upperbog", @@ -550,7 +550,7 @@ "goo_border_15", "goo_border_24", "goo_border_23", - "goo_border_22" + "goo_border_22" */ }; static vector OldToNewPlaceId; diff -r dd9ec0c74ad4 code/ryzom/server/src/entities_game_service/backward_compatibility/spawn_zones_back_compat.cpp --- a/code/ryzom/server/src/entities_game_service/backward_compatibility/spawn_zones_back_compat.cpp Wed May 12 13:18:57 2010 +0200 +++ b/code/ryzom/server/src/entities_game_service/backward_compatibility/spawn_zones_back_compat.cpp Wed May 19 13:52:49 2010 +0200 @@ -34,7 +34,7 @@ // !!! DO NOT EDIT THIS TABLE !!! static const string OldSpawnZones[] = { - "spawn_global_fyros_matis", +/* "spawn_global_fyros_matis", "spawn_global_tryker_matis", "spawn_global_bagne_matis", "spawn_kami_place_yrkanis", @@ -614,7 +614,7 @@ "spawn_kami_region_the_abyss_of_ichor_matis", "spawn_outpost_prime_root_01", "spawn_outpost_prime_root_02", - "spawn_outpost_prime_root_03" + "spawn_outpost_prime_root_03" */ }; static vector OldToNewSpawnZoneId;