Correct NpcLogListHolder system message for Saga of Legend (10673).

This commit is contained in:
MobiusDevelopment
2022-12-15 22:10:13 +00:00
parent fd9a116f81
commit 9b1efb5d80

View File

@@ -236,7 +236,7 @@ public class Q10673_SagaOfLegend extends Quest
if ((qs != null) && (qs.getCond() > 1)) if ((qs != null) && (qs.getCond() > 1))
{ {
final Set<NpcLogListHolder> holder = new HashSet<>(); final Set<NpcLogListHolder> holder = new HashSet<>();
holder.add(new NpcLogListHolder(NpcStringId.ORVEN_S_REQUEST.getId(), true, qs.getInt(KILL_COUNT_VAR))); holder.add(new NpcLogListHolder(NpcStringId.ORVEN_S_REQUEST_2.getId(), true, qs.getInt(KILL_COUNT_VAR)));
return holder; return holder;
} }
return super.getNpcLogList(player); return super.getNpcLogList(player);