修改日志位置

back_recharge
lvxinran 2021-07-09 14:30:28 +08:00
parent b472382f69
commit 8cf5eb861f
1 changed files with 1 additions and 1 deletions

View File

@ -2821,10 +2821,10 @@ public class MapLogic {
// 获取玩家背包道具并消耗
Item item1 = user.getItemManager().getItem(item.getId());
if(item1!=null){
System.out.println("======================清理无尽副本道具,玩家:{ " + uid + " }道具id{ " + item1.getItemId() + " }");
int[][] cost= new int[1][];
cost[0] = new int[]{item1.getItemId(),(int)item1.getItemNum()};
ItemUtil.itemCost(user,cost,BIReason.ENDLESS_REASON_CHANGE,0);
System.out.println("======================清理无尽副本道具,玩家:{ " + uid + " }道具id{ " + item1.getItemId() + " }");
}
}
}