巅峰赛编队有竞技场进攻变成竞技场防守

back_recharge
wangyuan 2020-02-25 11:47:10 +08:00
parent b0ad311440
commit a3716c257f
1 changed files with 2 additions and 2 deletions

View File

@ -546,7 +546,7 @@ public class ChampionshipLogic {
MemberInfo memberInfo = RedisUtil.getInstence().getMapEntry(RedisKey.CHAMPION_JOIN, "", Integer.toString(uid), MemberInfo.class);
FamilyFightInfo fightInfo = memberInfo.getFightInfo();
if(fightInfo == null || progress%10%4 == 0){
return PlayerLogic.getInstance().getUserTeamOneInfo(uid,201);
return PlayerLogic.getInstance().getUserTeamOneInfo(uid,GlobalsDef.TEAM_ARENA_DEFENSE);
}
User user = UserManager.getUser(uid);
@ -716,7 +716,7 @@ public class ChampionshipLogic {
public static void snapOneFightInfo(int uid,Map<Integer,MemberInfo> joinMembers) throws Exception {
int snapTeamId = 201;
int snapTeamId = GlobalsDef.TEAM_ARENA_DEFENSE;
Map<Integer, SArenaRobotConfig> config = STableManager.getConfig(SArenaRobotConfig.class);
if(config.containsKey(uid)){