| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -506,7 +506,7 @@ public class InfoCmd extends AbstractDevCmd { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            case MobLoot: | 
					 | 
					 | 
					 | 
					            case MobLoot: | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                Item item = (Item) target; | 
					 | 
					 | 
					 | 
					                Item item = (Item) target; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                ItemTemplate template = ItemTemplate.templates.get(item.getTemplateID()); | 
					 | 
					 | 
					 | 
					                ItemTemplate template = ItemTemplate.templates.get(item.getTemplateID()); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                output += StringUtils.addWS("ItemBase: " + template.template_id, 20); | 
					 | 
					 | 
					 | 
					                output += StringUtils.addWS("Template: " + template.template_id, 20); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                output += "Weight: " + template.item_wt; | 
					 | 
					 | 
					 | 
					                output += "Weight: " + template.item_wt; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                output += newline; | 
					 | 
					 | 
					 | 
					                output += newline; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                DecimalFormat df = new DecimalFormat("###,###,###,###,##0"); | 
					 | 
					 | 
					 | 
					                DecimalFormat df = new DecimalFormat("###,###,###,###,##0"); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |