|
|
@ -564,6 +564,9 @@ public class ClientMessagePump implements NetMsgHandler { |
|
|
|
if (itemManager.delete(i) == true) { |
|
|
|
if (itemManager.delete(i) == true) { |
|
|
|
Dispatch dispatch = Dispatch.borrow(sourcePlayer, msg); |
|
|
|
Dispatch dispatch = Dispatch.borrow(sourcePlayer, msg); |
|
|
|
DispatchMessage.dispatchMsgDispatch(dispatch, DispatchChannel.SECONDARY); |
|
|
|
DispatchMessage.dispatchMsgDispatch(dispatch, DispatchChannel.SECONDARY); |
|
|
|
|
|
|
|
int value = i.getItemBase().getBaseValue(); |
|
|
|
|
|
|
|
if(sourcePlayer.getCharItemManager().getGoldInventory().getNumOfItems() + value <= 10000000) |
|
|
|
|
|
|
|
sourcePlayer.getCharItemManager().addGoldToInventory(value,false); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|