Little Wing quest should not reward two flutes.
This commit is contained in:
		| @@ -103,7 +103,7 @@ public class Q00420_LittleWing extends Quest | ||||
| 	private static final int HATCHLING_FOOD = 4038; | ||||
| 	private static final List<Integer> EGGS = Arrays.asList(EXARION_EGG, SUZET_EGG, KALIBRAN_EGG, SHAMHAI_EGG, ZWOV_EGG); | ||||
| 	// Drake Drops | ||||
| 	private static final Map<Integer, Integer> EGG_DROPS = new HashMap<>(); | ||||
| 	private static final Map<Integer, Integer> EGG_DROPS = new HashMap<>(); | ||||
| 	static | ||||
| 	{ | ||||
| 		EGG_DROPS.put(LESSER_BASILISK, SHAMHAI_EGG); | ||||
| @@ -863,7 +863,7 @@ public class Q00420_LittleWing extends Quest | ||||
| 						giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1); | ||||
| 					} | ||||
| 				} | ||||
| 				if (random < (50 + mul)) | ||||
| 				else if (random < (50 + mul)) | ||||
| 				{ | ||||
| 					giveItems(player, DRAGONFLUTE_OF_WIND, 1); | ||||
| 				} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment