修仙增加日志

back_recharge
jiahuiwen 2022-02-24 13:56:43 +08:00
parent e6ba9c0ac4
commit 163a14fe36
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ public class XiuxianLevelUpRequestHandler extends BaseHandler<HeroInfoProto.Sixi
}
}
if (xiuweiLevel >= curMaxLevel) {
LOGGER.info("XIUXIAN_XIUWEI_UP_REQUEST uid={} curLevel={}, curForces={} can up level={}", xiuweiLevel, maxForce, curMaxLevel);
throw new ErrorCodeException("已修行至当前战力最大等级");
}
heroManager.setXiuweiLevel(curMaxLevel);