fix team id

back_recharge
wangyuan 2019-09-26 15:53:27 +08:00
parent ae1b86a695
commit 9357d3e802
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@ public class ArenaLogic {
}
CommonProto.FightTeamInfo fightTeamInfo = BehaviorUtil.getFightTeamInfo(mine,myteamId,true);
CommonProto.FightTeamInfo deffightTeamInfo = BehaviorUtil.getFightTeamInfo(defUser,GlobalsDef.TEAM_ARENA_DEFENSE,false);
CommonProto.FightTeamInfo deffightTeamInfo = BehaviorUtil.getFightTeamInfo(defUser,1,false);
//设置战斗随机种子
int seed = (int)(System.currentTimeMillis()/1000);
CommonProto.FightData build = CommonProto.FightData.newBuilder()