在DropTable.java
搜索
if (acquisitor instanceof L1PetInstance) {
acquisitor = (L1PcInstance) ((L1PetInstance) acquisitor).getMaster();
}
下方加上
// 防止重複獲得道具(140362)
if (acquisitor.getInventory().checkItem(140362)) {
return;
}
沒有留言:
張貼留言