back_recharge
zhangshanxue 2020-06-08 10:27:23 +08:00
commit 758817d5f3
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ public class GuildLogic {
.setFamilyUserInfo(CBean2Proto.getFamilyUserInfo(user,GlobalsDef.CHAIRMAN))
.setFamilyWalkIndicaiton(CBean2Proto.getFamilyWalkIndicaiton(user))
.build();
Poster.getPoster().dispatchEvent(new GuildForceChangeEvent(user.getId(),user.getPlayerInfoManager().getGuildId(),1,user.getPlayerInfoManager().getMaxForce()));
MessageUtil.sendMessage(session,1,msgId,build,true);
}