无尽副本调试日志添加

back_recharge
duhui 2020-01-08 00:04:51 +08:00
parent f8af824fcd
commit 541fb455fc
1 changed files with 1 additions and 0 deletions

View File

@ -2829,6 +2829,7 @@ public class MapLogic {
int[][] cost= new int[1][];
cost[0] = new int[]{item1.getItemId(),item1.getItemNum()};
ItemUtil.itemCost(user,cost,BIReason.ENDLESS_REASON_CHANGE,0);
LOGGER.info("======================清理无尽副本道具,玩家:{}道具id{},道具数量{}",uid,item1.getItemId(),item1.getItemNum());
}
}
}