diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-11 19:09:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-11 19:09:00 -0300 |
commit | bf5e293cf99fd5e7131c78c29a76e3187249c30a (patch) | |
tree | ddaca4a8875f1ffc61f95544259cc8e295bd1e61 /npc/020-4 | |
parent | 82de81cfc6ae2ba757540fbb104dd0ccae8c55f1 (diff) | |
download | serverdata-bf5e293cf99fd5e7131c78c29a76e3187249c30a.tar.gz serverdata-bf5e293cf99fd5e7131c78c29a76e3187249c30a.tar.bz2 serverdata-bf5e293cf99fd5e7131c78c29a76e3187249c30a.tar.xz serverdata-bf5e293cf99fd5e7131c78c29a76e3187249c30a.zip |
Fix a couple typos.
Past Tonori needs a Bank and a way to leave, I guess?
Diffstat (limited to 'npc/020-4')
-rw-r--r-- | npc/020-4/henry.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/020-4/henry.txt b/npc/020-4/henry.txt index 99b169248..a88a12a82 100644 --- a/npc/020-4/henry.txt +++ b/npc/020-4/henry.txt @@ -63,7 +63,7 @@ if (getq(LoFQuest_EPISODE) == 12) { if (BaseLevel < 57) { mesn; - mesq l("Before you give me your report, acquire level %d.", 55); + mesq l("Before you give me your report, acquire level %d.", 57); close; // Next quest is Level 70 so. } else { mesn; |