公会战修改

back_recharge
lvxinran 2019-10-18 10:22:35 +08:00
parent 693097895b
commit 363aa9afad
1 changed files with 1 additions and 1 deletions

View File

@ -613,8 +613,8 @@ public class GuildLogic {
sendPositionChange(targetUid,position);
User targetUser = UserManager.getUser(targetUid);
if(position == GlobalsDef.CHAIRMAN){
PlayerLogic.getInstance().playerInfoUpdate(user);
guildInfo.removeMember(GlobalsDef.CHAIRMAN,uid);
PlayerLogic.getInstance().playerInfoUpdate(user);
guildInfo.addMembers(GlobalsDef.MEMBER,uid);
sendPositionChange(uid,GlobalsDef.MEMBER);
addGuildLog(guildInfo.getId(),GuildDef.Log.TRANSFER,targetUser.getPlayerInfoManager().getNickName());