Proper NpcStringId for quest 10985.
Contributed by robikbobik.
This commit is contained in:
parent
3da908e7ef
commit
eeb292c791
@ -143,7 +143,7 @@ public class Q10985_CleaningUpTheGround extends Quest
|
||||
if ((qs != null) && qs.isCond(1))
|
||||
{
|
||||
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 super.getNpcLogList(player);
|
||||
|
Loading…
Reference in New Issue
Block a user