Updated Dragon Weapon ingredients to retail.
Contributed by CostyKiller.
This commit is contained in:
		@@ -409,15 +409,17 @@ public class AdminEditChar implements IAdminCommandHandler
 | 
			
		||||
							}
 | 
			
		||||
						}
 | 
			
		||||
					}
 | 
			
		||||
					if (player.getRace() == Race.ERTHEIA)
 | 
			
		||||
					{
 | 
			
		||||
						player.getAppearance().setFemale();
 | 
			
		||||
					}
 | 
			
		||||
					
 | 
			
		||||
					// Death Knight checks.
 | 
			
		||||
					if (player.isDeathKnight())
 | 
			
		||||
					if ((classidval >= 196) && (classidval <= 207))
 | 
			
		||||
					{
 | 
			
		||||
						player.setDeathKnight(true);
 | 
			
		||||
						player.getAppearance().setMale();
 | 
			
		||||
					}
 | 
			
		||||
					else
 | 
			
		||||
					{
 | 
			
		||||
						player.setDeathKnight(false);
 | 
			
		||||
					}
 | 
			
		||||
					
 | 
			
		||||
					final String newclass = ClassListData.getInstance().getClass(player.getClassId()).getClassName();
 | 
			
		||||
					// if (player.isInCategory(CategoryType.SIXTH_CLASS_GROUP))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user