修改日志位置
parent
b472382f69
commit
8cf5eb861f
|
@ -2821,10 +2821,10 @@ public class MapLogic {
|
||||||
// 获取玩家背包道具并消耗
|
// 获取玩家背包道具并消耗
|
||||||
Item item1 = user.getItemManager().getItem(item.getId());
|
Item item1 = user.getItemManager().getItem(item.getId());
|
||||||
if(item1!=null){
|
if(item1!=null){
|
||||||
|
System.out.println("======================清理无尽副本道具,玩家:{ " + uid + " },道具id:{ " + item1.getItemId() + " }");
|
||||||
int[][] cost= new int[1][];
|
int[][] cost= new int[1][];
|
||||||
cost[0] = new int[]{item1.getItemId(),(int)item1.getItemNum()};
|
cost[0] = new int[]{item1.getItemId(),(int)item1.getItemNum()};
|
||||||
ItemUtil.itemCost(user,cost,BIReason.ENDLESS_REASON_CHANGE,0);
|
ItemUtil.itemCost(user,cost,BIReason.ENDLESS_REASON_CHANGE,0);
|
||||||
System.out.println("======================清理无尽副本道具,玩家:{ " + uid + " },道具id:{ " + item1.getItemId() + " }");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue