fix team id
parent
ae1b86a695
commit
9357d3e802
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue