Correct NpcLogListHolder system message for Saga of Legend (10673).
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user