back_recharge
parent
88821c6094
commit
32d6670393
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue