mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
COmmenting calls to deleted continents in Respawn counts for RIng access
This commit is contained in:
parent
37c45bebac
commit
5d9508ccf6
1 changed files with 14 additions and 14 deletions
|
@ -328,20 +328,20 @@ namespace CHARSYNC
|
|||
{
|
||||
const CONTINENT::TContinentId &cont = first->first;
|
||||
const uint32 &count = first->second;
|
||||
if (cont == CONTINENT::FYROS)
|
||||
access['D'] += count;
|
||||
else if (cont == CONTINENT::ZORAI)
|
||||
access['J'] += count;
|
||||
if (cont == CONTINENT::BAGNE
|
||||
|| cont == CONTINENT::NEXUS
|
||||
|| cont == CONTINENT::ROUTE_GOUFFRE
|
||||
|| cont == CONTINENT::SOURCES
|
||||
|| cont == CONTINENT::TERRE)
|
||||
access['P'] += count;
|
||||
if (cont == CONTINENT::MATIS)
|
||||
access['F'] += count;
|
||||
if (cont == CONTINENT::TRYKER)
|
||||
access['L'] += count;
|
||||
// if (cont == CONTINENT::FYROS)
|
||||
// access['D'] += count;
|
||||
// else if (cont == CONTINENT::ZORAI)
|
||||
// access['J'] += count;
|
||||
// if (cont == CONTINENT::BAGNE
|
||||
// || cont == CONTINENT::NEXUS
|
||||
// || cont == CONTINENT::ROUTE_GOUFFRE
|
||||
// || cont == CONTINENT::SOURCES
|
||||
// || cont == CONTINENT::TERRE)
|
||||
// access['P'] += count;
|
||||
// if (cont == CONTINENT::MATIS)
|
||||
// access['F'] += count;
|
||||
// if (cont == CONTINENT::TRYKER)
|
||||
// access['L'] += count;
|
||||
}
|
||||
|
||||
// parse the RingAccessLimits variable and build up a limits map...
|
||||
|
|
Loading…
Reference in a new issue