|  |  | @ -128,8 +128,6 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     private static void completeItem(int itemUUID, NPC vendor) { |  |  |  |     private static void completeItem(int itemUUID, NPC vendor) { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         // Remove virtualItem from collections
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         Item virtualItem = ForgeManager.inMemoryItemLookup.get(itemUUID); |  |  |  |         Item virtualItem = ForgeManager.inMemoryItemLookup.get(itemUUID); | 
			
		
	
		
		
			
				
					
					|  |  |  |         WorkOrder workOrder = ForgeManager.itemWorkOrderLookup.get(virtualItem); |  |  |  |         WorkOrder workOrder = ForgeManager.itemWorkOrderLookup.get(virtualItem); | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | @ -138,6 +136,8 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler { | 
			
		
	
		
		
			
				
					
					|  |  |  |         ItemProductionMsg outMsg = new ItemProductionMsg(workOrder.vendor.building, workOrder.vendor, virtualItem, mbEnums.ProductionActionType.CONFIRM_SETPRICE, true); |  |  |  |         ItemProductionMsg outMsg = new ItemProductionMsg(workOrder.vendor.building, workOrder.vendor, virtualItem, mbEnums.ProductionActionType.CONFIRM_SETPRICE, true); | 
			
		
	
		
		
			
				
					
					|  |  |  |         DispatchMessage.dispatchMsgToInterestArea(workOrder.vendor, outMsg, mbEnums.DispatchChannel.SECONDARY, 700, false, false); |  |  |  |         DispatchMessage.dispatchMsgToInterestArea(workOrder.vendor, outMsg, mbEnums.DispatchChannel.SECONDARY, 700, false, false); | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         // Remove virtualItem from collections
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         workOrder.cooking.remove(virtualItem); |  |  |  |         workOrder.cooking.remove(virtualItem); | 
			
		
	
		
		
			
				
					
					|  |  |  |         ForgeManager.itemWorkOrderLookup.remove(virtualItem); |  |  |  |         ForgeManager.itemWorkOrderLookup.remove(virtualItem); | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | 
 |