Proper NpcStringId for quest 10985.

Contributed by robikbobik.
This commit is contained in:
MobiusDevelopment 2019-11-18 17:22:44 +00:00
parent 3da908e7ef
commit eeb292c791

View File

@ -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);