mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 14:59:03 +00:00
Fixed: #919 egs warning by kerozcak
This commit is contained in:
parent
8dbb87486b
commit
84369964a6
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