back_recharge
duhui 2023-03-22 10:59:23 +08:00
parent 88821c6094
commit 32d6670393
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ public class SevenWorldFunction implements FunctionManager {
MailLogic.getInstance().sendMail(user.getId(),title,content,reward,TimeUtils.nowInt(), Global.MAIL_EFFECTIVE_TIME);
// 清除道具
ItemLogic.getInstance().functionEndClearItem(user.getId(), FunctionIdEnum.CrossSevenWorld.getFunctionType(), BIReason.SEVEN_WORLD_FUNCTION_END);
LOGGER.info("七界结束发送邮件并删除道具uid{},奖励:{},",user.getId(),reward);
LOGGER.info("七界试炼发奖并删除道具uid{},排名:{}奖励:{},",user.getId(),rank,reward);
break;
}
}