Fixed a couple wrong quest item ids for Ertheia.
This commit is contained in:
		@@ -37,7 +37,7 @@ public class Q00645_GhostsOfBatur extends Quest
 | 
			
		||||
	private static final int CONTAMINATED_BATUR_WARRIOR = 22704;
 | 
			
		||||
	private static final int CONTAMINATED_BATUR_COMMANDER = 22705;
 | 
			
		||||
	// Items
 | 
			
		||||
	private static final int CURSED_GRAVE_GOODS = 46433; // Old item
 | 
			
		||||
	private static final int CURSED_GRAVE_GOODS = 8089; // Old item
 | 
			
		||||
	private static final int CURSED_BURIAL_ITEMS = 46434; // New item
 | 
			
		||||
	// Misc
 | 
			
		||||
	private static final int MIN_LEVEL = 80;
 | 
			
		||||
 
 | 
			
		||||
@@ -52,7 +52,7 @@ public class Q00647_InfluxOfMachines extends Quest
 | 
			
		||||
		MOBS.put(22812, 463); // Boom Golem
 | 
			
		||||
	}
 | 
			
		||||
	// Item
 | 
			
		||||
	private static final int BROKEN_GOLEM_FRAGMENT = 46412;
 | 
			
		||||
	private static final int BROKEN_GOLEM_FRAGMENT = 8100;
 | 
			
		||||
	private static final int[] RECIPES =
 | 
			
		||||
	{
 | 
			
		||||
		6881, // Recipe: Forgotten Blade (60%)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user