|
|
@ -561,6 +561,9 @@ public class ClientMessagePump implements NetMsgHandler { |
|
|
|
if (i == null) |
|
|
|
if (i == null) |
|
|
|
return; |
|
|
|
return; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(i.getItemBaseID() == 7) |
|
|
|
|
|
|
|
return; //cant delete gold
|
|
|
|
|
|
|
|
|
|
|
|
if (!itemManager.doesCharOwnThisItem(i.getObjectUUID())) |
|
|
|
if (!itemManager.doesCharOwnThisItem(i.getObjectUUID())) |
|
|
|
return; |
|
|
|
return; |
|
|
|
|
|
|
|
|
|
|
|