From 0e55d39f5383b3cf38d2813a885cb4a66cbca595 Mon Sep 17 00:00:00 2001 From: deed Date: Mon, 12 Dec 2016 09:34:03 +0000 Subject: [PATCH] Update egs_mirror.cpp (ajout ChaScore1 ) warning dans le shard --- code/ryzom/server/src/entities_game_service/egs_mirror.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/ryzom/server/src/entities_game_service/egs_mirror.cpp b/code/ryzom/server/src/entities_game_service/egs_mirror.cpp index d3ea06eef..9f3e57290 100644 --- a/code/ryzom/server/src/entities_game_service/egs_mirror.cpp +++ b/code/ryzom/server/src/entities_game_service/egs_mirror.cpp @@ -95,8 +95,8 @@ void cbMirrorIsReadyForInit( CMirror *mirror ) FeTempDataset->declareProperty( "RiderEntity", PSOReadWrite ); FeTempDataset->declareProperty( "ContextualProperty", PSOReadWrite ); FeTempDataset->declareProperty( "AvailableImpulseBitSize", PSOReadOnly ); // set by FS - FeTempDataset->declareProperty( "CurrentHitPoints", PSOReadWrite ); - FeTempDataset->declareProperty( "MaxHitPoints", PSOReadWrite ); + FeTempDataset->declareProperty( "CurrentChaScore1", PSOReadWrite ); + FeTempDataset->declareProperty( "MaxChaScore1", PSOReadWrite ); FeTempDataset->declareProperty( "BestRole", PSOReadWrite ); FeTempDataset->declareProperty( "BestRoleLevel", PSOReadWrite ); FeTempDataset->declareProperty( "CurrentRunSpeed", PSOReadWrite );