|
|
@ -570,10 +570,6 @@ 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.getItemBaseID() == 980066) |
|
|
|
if(i.getItemBaseID() == 980066) |
|
|
|
return; |
|
|
|
return; |
|
|
|
|
|
|
|
|
|
|
|