mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: #919 egs warning by kerozcak
This commit is contained in:
parent
a68f8921d1
commit
3322fe6f24
2 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,7 @@ namespace BACK_COMPAT
|
|||
// !!! DO NOT EDIT THIS TABLE !!!
|
||||
static const string OldPlaces[] =
|
||||
{
|
||||
/*
|
||||
"region_groveofconfusion",
|
||||
"region_hiddensource",
|
||||
"region_hereticshovel",
|
||||
|
@ -551,6 +552,7 @@ static const string OldPlaces[] =
|
|||
"goo_border_24",
|
||||
"goo_border_23",
|
||||
"goo_border_22"
|
||||
*/
|
||||
};
|
||||
|
||||
static vector<uint16> OldToNewPlaceId;
|
||||
|
|
|
@ -34,6 +34,7 @@ namespace BACK_COMPAT
|
|||
// !!! DO NOT EDIT THIS TABLE !!!
|
||||
static const string OldSpawnZones[] =
|
||||
{
|
||||
/*
|
||||
"spawn_global_fyros_matis",
|
||||
"spawn_global_tryker_matis",
|
||||
"spawn_global_bagne_matis",
|
||||
|
@ -615,6 +616,7 @@ static const string OldSpawnZones[] =
|
|||
"spawn_outpost_prime_root_01",
|
||||
"spawn_outpost_prime_root_02",
|
||||
"spawn_outpost_prime_root_03"
|
||||
*/
|
||||
};
|
||||
|
||||
static vector<uint16> OldToNewSpawnZoneId;
|
||||
|
|
Loading…
Reference in a new issue