@ -562,7 +562,10 @@ public class ClientMessagePump implements NetMsgHandler {
				@@ -562,7 +562,10 @@ public class ClientMessagePump implements NetMsgHandler {
					 
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				 
				
					
 
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				 
				
					        if  ( i . isCanDestroy ( ) )  {   
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				 
				
					            if  ( itemManager . delete ( i )  = =  true )  {   
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				 
				
					                sourcePlayer . getCharItemManager ( ) . addGoldToInventory ( i . getItemBase ( ) . getBaseValue ( ) , false ) ;   
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				 
				
					                int  value  =  i . getItemBase ( ) . getBaseValue ( ) ;   
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				 
				
					                if ( i . getItemBase ( ) . isStatRune ( ) )   
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				 
				
					                    value  =  500000 ;   
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				 
				
					                sourcePlayer . getCharItemManager ( ) . addGoldToInventory ( value , false ) ;   
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				 
				
					                sourcePlayer . getCharItemManager ( ) . updateInventory ( ) ;   
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				 
				
					                Dispatch  dispatch  =  Dispatch . borrow ( sourcePlayer ,  msg ) ;   
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				 
				
					                DispatchMessage . dispatchMsgDispatch ( dispatch ,  DispatchChannel . SECONDARY ) ;