FIX WRONG
parent
8b81a3b77a
commit
e0d67cd3f4
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in New Issue