diff --git a/ryzom/server/src/shard_unifier_service/ring_session_manager.cpp b/ryzom/server/src/shard_unifier_service/ring_session_manager.cpp index 7ac69e07d..a5064888b 100644 --- a/ryzom/server/src/shard_unifier_service/ring_session_manager.cpp +++ b/ryzom/server/src/shard_unifier_service/ring_session_manager.cpp @@ -1000,18 +1000,18 @@ restartLoop: if (authorCharId != 0) { author = CCharacter::load(_RingDb, authorCharId, __FILE__, __LINE__); - BOMB_IF(author == NULL, "Failed to load the scenario author character "<getOwnerId(), __FILE__, __LINE__); - BOMB_IF(animator == NULL, "Failed to load the scenario animator character "<getOwnerId(), return;) + BOMB_IF(animator == NULL, "Failed to load the scenario animator character "<getOwnerId(), return); // try to load an existing scenario record CScenarioPtr scenario; CSString query; query << "SELECT id FROM scenario WHERE md5 = '"< result(_RingDb.storeResult()); if (result->getNumRows() != 0) { @@ -1131,18 +1131,18 @@ restartLoop: if (authorCharId != 0) { author = CCharacter::load(_RingDb, authorCharId, __FILE__, __LINE__); - BOMB_IF(author == NULL, "Failed to load the scenario author character "<getOwnerId(), __FILE__, __LINE__); - BOMB_IF(animator == NULL, "Failed to load the scenario animator character "<getOwnerId(), return;) + BOMB_IF(animator == NULL, "Failed to load the scenario animator character "<getOwnerId(), return); // try to load an existing scenario record CScenarioPtr scenario; CSString query; query << "SELECT id FROM scenario WHERE md5 = '"< result(_RingDb.storeResult()); if (result->getNumRows() != 0) { @@ -3119,7 +3119,7 @@ endOfWelcomeUserResult: for (uint i=0; igetSessionParticipants().size(); ++i) { const CSessionParticipantPtr &part = session->getSessionParticipantsByIndex(i); - BOMB_IF(part == NULL, "RSM:on_unsubsribeSession : error accessing participants at index "<>4, 4, "failed to accesss participants record"); return) + BOMB_IF(part == NULL, "RSM:on_unsubsribeSession : error accessing participants at index "<>4, 4, "failed to accesss participants record"); return); if (part->getCharId() == charId && part->getStatus() == TSessionPartStatus::sps_play_subscribed)