From 5d9508ccf61c30c5ff606c8d32b67e9addfe49a2 Mon Sep 17 00:00:00 2001 From: Yann Date: Tue, 9 Feb 2016 22:59:01 +0100 Subject: [PATCH] COmmenting calls to deleted continents in Respawn counts for RIng access --- .../shard_unifier_service/character_sync.cpp | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/code/ryzom/server/src/shard_unifier_service/character_sync.cpp b/code/ryzom/server/src/shard_unifier_service/character_sync.cpp index 29b404567..2d05956e9 100644 --- a/code/ryzom/server/src/shard_unifier_service/character_sync.cpp +++ b/code/ryzom/server/src/shard_unifier_service/character_sync.cpp @@ -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...