Proper NpcStringId for quest 10985.
Contributed by robikbobik.
This commit is contained in:
		| @@ -143,7 +143,7 @@ public class Q10985_CleaningUpTheGround extends Quest | |||||||
| 		if ((qs != null) && qs.isCond(1)) | 		if ((qs != null) && qs.isCond(1)) | ||||||
| 		{ | 		{ | ||||||
| 			final Set<NpcLogListHolder> holder = new HashSet<>(); | 			final Set<NpcLogListHolder> holder = new HashSet<>(); | ||||||
| 			holder.add(new NpcLogListHolder(NpcStringId.LV_15_20_TERRIBLE_SWAMP_MONSTERS_2.getId(), true, qs.getInt(KILL_COUNT_VAR))); | 			holder.add(new NpcLogListHolder(NpcStringId.KILL_MONSTERS_NEAR_THE_VILLAGE.getId(), true, qs.getInt(KILL_COUNT_VAR))); | ||||||
| 			return holder; | 			return holder; | ||||||
| 		} | 		} | ||||||
| 		return super.getNpcLogList(player); | 		return super.getNpcLogList(player); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment