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 CONTINENT::TContinentId &cont = first->first;
|
||||||
const uint32 &count = first->second;
|
const uint32 &count = first->second;
|
||||||
if (cont == CONTINENT::FYROS)
|
// if (cont == CONTINENT::FYROS)
|
||||||
access['D'] += count;
|
// access['D'] += count;
|
||||||
else if (cont == CONTINENT::ZORAI)
|
// else if (cont == CONTINENT::ZORAI)
|
||||||
access['J'] += count;
|
// access['J'] += count;
|
||||||
if (cont == CONTINENT::BAGNE
|
// if (cont == CONTINENT::BAGNE
|
||||||
|| cont == CONTINENT::NEXUS
|
// || cont == CONTINENT::NEXUS
|
||||||
|| cont == CONTINENT::ROUTE_GOUFFRE
|
// || cont == CONTINENT::ROUTE_GOUFFRE
|
||||||
|| cont == CONTINENT::SOURCES
|
// || cont == CONTINENT::SOURCES
|
||||||
|| cont == CONTINENT::TERRE)
|
// || cont == CONTINENT::TERRE)
|
||||||
access['P'] += count;
|
// access['P'] += count;
|
||||||
if (cont == CONTINENT::MATIS)
|
// if (cont == CONTINENT::MATIS)
|
||||||
access['F'] += count;
|
// access['F'] += count;
|
||||||
if (cont == CONTINENT::TRYKER)
|
// if (cont == CONTINENT::TRYKER)
|
||||||
access['L'] += count;
|
// access['L'] += count;
|
||||||
}
|
}
|
||||||
|
|
||||||
// parse the RingAccessLimits variable and build up a limits map...
|
// parse the RingAccessLimits variable and build up a limits map...
|
||||||
|
|
Loading…
Reference in a new issue