no longer delete gold
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user