代码优化

back_recharge
duhui 2021-08-27 16:43:51 +08:00
parent 5e561f5fcd
commit 12e8e10fd6
1 changed files with 2 additions and 2 deletions

View File

@ -224,7 +224,7 @@ public class FourChallengeLogic {
// 计算战力
int myforce = HeroLogic.getInstance().calTeamTotalForce(user, teamId, false);
if (help == 1 && helpHero != null){
if (help == 1){
// 助战英雄使用状态修改
helpHero.setState(1);
// 发送奖励
@ -348,7 +348,7 @@ public class FourChallengeLogic {
}
/**
*
*
* @param user
*/
public void firstGetTimes(User user) throws Exception {