diff options
Diffstat (limited to 'npc/012-2')
-rw-r--r-- | npc/012-2/rakinorf.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-2/rakinorf.txt b/npc/012-2/rakinorf.txt index d6dc1fd7a..c078a853b 100644 --- a/npc/012-2/rakinorf.txt +++ b/npc/012-2/rakinorf.txt @@ -207,7 +207,7 @@ L_MainStory: mesn; mesq l("You will need to *hic* prove yourself to *hic* me and the town first..."); next; - mesc b(l(".:: Main Quest 2-2 ::.")), 3; + mesc b(l(".:: Main Quest 3-2 ::.")), 3; msObjective(BaseLevel >= 35, l("* @@/@@ Base Level", BaseLevel, 35)); if (JobLevel >= 15) @@ -239,7 +239,7 @@ L_MainStory: break; case 8: - mesc b(l(".:: Main Quest 2-2 ::.")), 3; + mesc b(l(".:: Main Quest 3-2 ::.")), 3; msObjective(BaseLevel >= 35, l("* @@/@@ Base Level", BaseLevel, 35)); msObjective(JobLevel >= 15, l("* @@/@@ Job Level", JobLevel, 15)); |