back_recharge
wangyuan 2019-08-10 11:57:18 +08:00
parent efcb80483c
commit e456ed0bd8
1 changed files with 1 additions and 1 deletions

View File

@ -1114,7 +1114,7 @@ public class HeroLogic {
float score = sPropertyConfig.getScore();
result += propertyValue*score;
LOGGER.info("the value is ={},propertyValue={},score={}result ={},the value={}",propertyValue*score,propertyValue,score,result,propertyValue*score);
LOGGER.info("the propertyId={} the value is ={},propertyValue={},score={}result ={},the value={}",propertyId,propertyValue*score,propertyValue,score,result,propertyValue*score);
}
return (int)result;
}