diff options
Diffstat (limited to 'npc/cities')
-rw-r--r-- | npc/cities/amatsu.txt | 2 | ||||
-rw-r--r-- | npc/cities/geffen.txt | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/npc/cities/amatsu.txt b/npc/cities/amatsu.txt index d6444d3ed..d1b3fad59 100644 --- a/npc/cities/amatsu.txt +++ b/npc/cities/amatsu.txt @@ -284,7 +284,7 @@ amatsu,205,163,4 script Mimi 759,{ } //===================================================================== amatsu,230,160,4 script Lady 757,{ - mes "[Yorukoc]"; + mes "[Yoruko]"; mes "Although I come to the well for water everyday,"; mes "if it's misty or rainy,"; mes "I will not come out here."; diff --git a/npc/cities/geffen.txt b/npc/cities/geffen.txt index a3e1b01a0..b7da4df61 100644 --- a/npc/cities/geffen.txt +++ b/npc/cities/geffen.txt @@ -901,8 +901,8 @@ geffen_in,114,73,5 script Hadenheim 709,{ mes "[Hans Hadenheim]"; mes "I mean, all these new cities are being discovered by explorers, so import and export trade is really booming!"; next; - mes "[Hans Handenheim]"; - if (BaseJob == Job_Merhcant) + mes "[Hans Handenheim]"; + if (BaseJob == Job_Merchant) mes "You're in the trading business yourself, right? So of course you'd understand that we're in a Golden Age of trade!"; else if (Class == Job_Novice) { mes "I guess..."; @@ -910,6 +910,7 @@ geffen_in,114,73,5 script Hadenheim 709,{ } else mes "Anyway..."; + next; mes "[Hans Hadenheim]"; mes "Have you been some of these new lands? They're really interesting and you can learn a lot of new things from these foreign cultures."; next; |