公会添加条件提交

back_recharge
lvxinran 2020-06-08 10:12:33 +08:00
parent f3c36df669
commit b3d6343f95
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);
}