diff --git a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10673_SagaOfLegend/Q10673_SagaOfLegend.java b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10673_SagaOfLegend/Q10673_SagaOfLegend.java index cd3be40999..241fed0075 100644 --- a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10673_SagaOfLegend/Q10673_SagaOfLegend.java +++ b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10673_SagaOfLegend/Q10673_SagaOfLegend.java @@ -236,7 +236,7 @@ public class Q10673_SagaOfLegend extends Quest if ((qs != null) && (qs.getCond() > 1)) { final Set 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 super.getNpcLogList(player);