|
|
@ -570,6 +570,10 @@ public class ClientMessagePump implements NetMsgHandler { |
|
|
|
if (!itemManager.inventoryContains(i)) |
|
|
|
if (!itemManager.inventoryContains(i)) |
|
|
|
return; |
|
|
|
return; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//temporarily disable deleting disc runes
|
|
|
|
|
|
|
|
if(i.getItemBase().isDiscRune()) |
|
|
|
|
|
|
|
return; |
|
|
|
|
|
|
|
|
|
|
|
if (i.canDestroy) { |
|
|
|
if (i.canDestroy) { |
|
|
|
if (itemManager.delete(i) == true) { |
|
|
|
if (itemManager.delete(i) == true) { |
|
|
|
int value = i.getItemBase().value; |
|
|
|
int value = i.getItemBase().value; |
|
|
|