无尽副本调试日志添加
parent
f8af824fcd
commit
541fb455fc
|
@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue