COmmenting calls to deleted continents in Respawn counts for RIng access

This commit is contained in:
Yann 2016-02-09 22:59:01 +01:00
parent 37c45bebac
commit 5d9508ccf6

View file

@ -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...