Merge branch 'master_test_gn' of http://60.1.1.230/backend/jieling_server into master_test_gn

back_recharge
duhui 2021-10-29 11:00:18 +08:00
commit 3524c6ea23
1 changed files with 0 additions and 1 deletions

View File

@ -3174,7 +3174,6 @@ public class HeroLogic {
force += sEquipConfig.getScore();
}
long l = force + heroAllAttribute.get(HeroAttributeEnum.EquipForce.getPropertyId());
LOGGER.info("战力::::::{}", l);
return l;
}