Fixed: #919 egs warning by kerozcak

This commit is contained in:
vl 2010-05-20 10:33:23 +02:00
parent a68f8921d1
commit 3322fe6f24
2 changed files with 4 additions and 0 deletions

View file

@ -34,6 +34,7 @@ namespace BACK_COMPAT
// !!! DO NOT EDIT THIS TABLE !!! // !!! DO NOT EDIT THIS TABLE !!!
static const string OldPlaces[] = static const string OldPlaces[] =
{ {
/*
"region_groveofconfusion", "region_groveofconfusion",
"region_hiddensource", "region_hiddensource",
"region_hereticshovel", "region_hereticshovel",
@ -551,6 +552,7 @@ static const string OldPlaces[] =
"goo_border_24", "goo_border_24",
"goo_border_23", "goo_border_23",
"goo_border_22" "goo_border_22"
*/
}; };
static vector<uint16> OldToNewPlaceId; static vector<uint16> OldToNewPlaceId;

View file

@ -34,6 +34,7 @@ namespace BACK_COMPAT
// !!! DO NOT EDIT THIS TABLE !!! // !!! DO NOT EDIT THIS TABLE !!!
static const string OldSpawnZones[] = static const string OldSpawnZones[] =
{ {
/*
"spawn_global_fyros_matis", "spawn_global_fyros_matis",
"spawn_global_tryker_matis", "spawn_global_tryker_matis",
"spawn_global_bagne_matis", "spawn_global_bagne_matis",
@ -615,6 +616,7 @@ static const string OldSpawnZones[] =
"spawn_outpost_prime_root_01", "spawn_outpost_prime_root_01",
"spawn_outpost_prime_root_02", "spawn_outpost_prime_root_02",
"spawn_outpost_prime_root_03" "spawn_outpost_prime_root_03"
*/
}; };
static vector<uint16> OldToNewSpawnZoneId; static vector<uint16> OldToNewSpawnZoneId;