日志修改
parent
ed6afd9539
commit
1e572b1142
|
@ -127,7 +127,6 @@ public class MapManager extends MongoBase {
|
|||
}
|
||||
|
||||
public void setCurXY(int curXY) throws Exception {
|
||||
System.out.println("设置位置"+curXY);
|
||||
updateString("curXY", curXY);
|
||||
this.curXY = curXY;
|
||||
}
|
||||
|
|
|
@ -1058,7 +1058,7 @@ public class HeroLogic {
|
|||
propertyValue = propertyValue / 10000F;
|
||||
}
|
||||
float score = sPropertyConfig.getScore();
|
||||
LOGGER.info("the value is ={},propertyValue={},score={}",propertyValue*score,propertyValue,score);
|
||||
// LOGGER.info("the value is ={},propertyValue={},score={}",propertyValue*score,propertyValue,score);
|
||||
result += propertyValue*score;
|
||||
}
|
||||
return (int)result;
|
||||
|
|
Loading…
Reference in New Issue