FIX WRONG

back_recharge
wangyuan 2019-12-24 14:26:28 +08:00
parent 8b81a3b77a
commit e0d67cd3f4
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ public class FightUtil {
}
if(fightTeamInfo==null){
if( fightEvent.getFightType()!=GameFightType.Arena2RobotFight){
if( fightEvent.getFightType()!=GameFightType.TOPArena2RobotFight){
if( SArenaRobotConfig.getsArenaRobotConfigById(pvpFightEvent.getAttackUid()) !=null){
fightTeamInfo = makeRobotFightData(pvpFightEvent.getAttackUid());
}else{