公会援助

back_recharge
jiahuiwen 2022-04-20 11:40:17 +08:00
parent 0ec32ba9e6
commit f81cfe230d
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ public class GuildHelpHelpOtherRequestHandler extends BaseHandler<Family.GuildHe
}
}
int targetUid = proto.getUid();
User target = UserManager.getUser(targetUid);
User target = PlayerLogic.getInstance().getUserByRpc(targetUid);
int b = target.getGuildMyInfo().getGuidHelpInfo().getOrDefault(proto.getType(),-2);
if(b==-2||b==sGuildHelpConfig.getRecourseTime()[1]){
throw new ErrorCodeException("援助失败");