Addition of quest name NpcStringId for Saga of Legend (10673).

This commit is contained in:
MobiusDevelopment
2021-02-22 05:49:24 +00:00
parent c8c0db7ba0
commit de86ebf787
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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