egs.diff
| b/code/ryzom/server/src/entities_game_service/backward_compatibility/places_back_compat.cpp Wed May 19 13:52:49 2010 +0200 | ||
|---|---|---|
| 34 | 34 |
// !!! DO NOT EDIT THIS TABLE !!! |
| 35 | 35 |
static const string OldPlaces[] = |
| 36 | 36 |
{
|
| 37 |
"region_groveofconfusion", |
|
| 37 |
/* "region_groveofconfusion",
|
|
| 38 | 38 |
"region_hiddensource", |
| 39 | 39 |
"region_hereticshovel", |
| 40 | 40 |
"region_upperbog", |
| ... | ... | |
| 550 | 550 |
"goo_border_15", |
| 551 | 551 |
"goo_border_24", |
| 552 | 552 |
"goo_border_23", |
| 553 |
"goo_border_22" |
|
| 553 |
"goo_border_22"
*/
|
|
| 554 | 554 |
}; |
| 555 | 555 |
|
| 556 | 556 |
static vector<uint16> OldToNewPlaceId; |
| b/code/ryzom/server/src/entities_game_service/backward_compatibility/spawn_zones_back_compat.cpp Wed May 19 13:52:49 2010 +0200 | ||
|---|---|---|
| 34 | 34 |
// !!! DO NOT EDIT THIS TABLE !!! |
| 35 | 35 |
static const string OldSpawnZones[] = |
| 36 | 36 |
{
|
| 37 |
"spawn_global_fyros_matis", |
|
| 37 |
/* "spawn_global_fyros_matis",
|
|
| 38 | 38 |
"spawn_global_tryker_matis", |
| 39 | 39 |
"spawn_global_bagne_matis", |
| 40 | 40 |
"spawn_kami_place_yrkanis", |
| ... | ... | |
| 614 | 614 |
"spawn_kami_region_the_abyss_of_ichor_matis", |
| 615 | 615 |
"spawn_outpost_prime_root_01", |
| 616 | 616 |
"spawn_outpost_prime_root_02", |
| 617 |
"spawn_outpost_prime_root_03" |
|
| 617 |
"spawn_outpost_prime_root_03"
*/
|
|
| 618 | 618 |
}; |
| 619 | 619 |
|
| 620 | 620 |
static vector<uint16> OldToNewSpawnZoneId; |