wangyuan 2019-08-16 18:38:47 +08:00
parent 25df23fd53
commit e7a8d82ec3
1 changed files with 2 additions and 0 deletions

View File

@ -217,6 +217,7 @@ public class HeroLogic {
if(reward!=null){
dropHeroAndItem[j++] = reward;
}
pooId=0;
}
//1群英招募
@ -410,6 +411,7 @@ public class HeroLogic {
}
user.getMapManager().setHeroAllAttributeMap(heroAllAttributeMap);
}
user.getUserMissionManager().onGameEvent(user,GameEvent.HERO_IN_TEAM,heroIds.size());
MessageUtil.sendMessage(iSession,1,MessageTypeProto.MessageType.TEAM_POS_SAVE_RESPONSE_VALUE,null,true);
}