Inventory Junking

This commit is contained in:
2024-03-04 06:49:18 -06:00
parent 2ff0c9b938
commit fb2465ccfd
@@ -562,6 +562,9 @@ public class ClientMessagePump implements NetMsgHandler {
if (i.isCanDestroy())
if (itemManager.delete(i) == true) {
int value = i.getItemBase().getBaseValue();
sourcePlayer.getCharItemManager().addGoldToInventory(value,false);
sourcePlayer.getCharItemManager().updateInventory();
Dispatch dispatch = Dispatch.borrow(sourcePlayer, msg);
DispatchMessage.dispatchMsgDispatch(dispatch, DispatchChannel.SECONDARY);
}