diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/Q10673_SagaOfLegend/Q10673_SagaOfLegend.java b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/Q10673_SagaOfLegend/Q10673_SagaOfLegend.java index a39a12ed3e..23837c1896 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/Q10673_SagaOfLegend/Q10673_SagaOfLegend.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/Q10673_SagaOfLegend/Q10673_SagaOfLegend.java @@ -112,6 +112,7 @@ public class Q10673_SagaOfLegend extends Quest addKillId(MOBS); addCondMinLevel(MIN_LEVEL, "30857-00.htm"); addCondInCategory(CategoryType.THIRD_CLASS_GROUP, "30857-00.htm"); + setQuestNameNpcStringId(NpcStringId.LV_76_SAGA_OF_LEGEND); } @Override diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10673_SagaOfLegend/Q10673_SagaOfLegend.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10673_SagaOfLegend/Q10673_SagaOfLegend.java index 3dd2e04d8a..447009df53 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10673_SagaOfLegend/Q10673_SagaOfLegend.java +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/quests/Q10673_SagaOfLegend/Q10673_SagaOfLegend.java @@ -113,6 +113,7 @@ public class Q10673_SagaOfLegend extends Quest addKillId(MOBS); addCondMinLevel(MIN_LEVEL, "30857-00.htm"); addCondInCategory(CategoryType.THIRD_CLASS_GROUP, "30857-00.htm"); + setQuestNameNpcStringId(NpcStringId.LV_76_SAGA_OF_LEGEND); } @Override