junk from inventory
This commit is contained in:
@@ -562,6 +562,13 @@ public class ClientMessagePump implements NetMsgHandler {
|
|||||||
|
|
||||||
if (i.isCanDestroy())
|
if (i.isCanDestroy())
|
||||||
if (itemManager.delete(i) == true) {
|
if (itemManager.delete(i) == true) {
|
||||||
|
int goldValue = i.getItemBase().getBaseValue();
|
||||||
|
if(i.getItemBase().isRune())
|
||||||
|
goldValue = 500000;
|
||||||
|
|
||||||
|
if(goldValue > 0)
|
||||||
|
itemManager.addGoldToInventory(goldValue,false);
|
||||||
|
|
||||||
Dispatch dispatch = Dispatch.borrow(sourcePlayer, msg);
|
Dispatch dispatch = Dispatch.borrow(sourcePlayer, msg);
|
||||||
DispatchMessage.dispatchMsgDispatch(dispatch, DispatchChannel.SECONDARY);
|
DispatchMessage.dispatchMsgDispatch(dispatch, DispatchChannel.SECONDARY);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user