diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-21 12:12:04 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-21 12:12:04 +0000 |
commit | 932c76a02329e9c1b40f2b3d134ef22c55c19243 (patch) | |
tree | 802b8dbc1594413f2f25b7e770854b10883c8d6d /npc/quests/WIP/4.txt | |
parent | 4ef9dcc884c7b27a4f29b932461f76470cb0689a (diff) | |
download | hercules-932c76a02329e9c1b40f2b3d134ef22c55c19243.tar.gz hercules-932c76a02329e9c1b40f2b3d134ef22c55c19243.tar.bz2 hercules-932c76a02329e9c1b40f2b3d134ef22c55c19243.tar.xz hercules-932c76a02329e9c1b40f2b3d134ef22c55c19243.zip |
Typo hunt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9684 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/WIP/4.txt')
-rw-r--r-- | npc/quests/WIP/4.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/WIP/4.txt b/npc/quests/WIP/4.txt index 0f3a31f29..2a47b8f4d 100644 --- a/npc/quests/WIP/4.txt +++ b/npc/quests/WIP/4.txt @@ -1,7 +1,7 @@ airplane.gat,236,63,4 script Hallen 55,{ if (fragmentauest>3) { mes "[Hallen]"; - mes "Nice weather, isnt it?"; + mes "Nice weather, isn't it?"; close; } if (fragmentauest==2) { @@ -21,7 +21,7 @@ airplane.gat,236,63,4 script Hallen 55,{ if (airshipquest != 5) { mes "[Hallen]"; mes "You should better ask captain about the airship"; - mes "You cant understand me if you dont do that..."; + mes "You can't understand me if you don't do that..."; close; }; mes "You see its about the airship works. Heart of Ymir..."; @@ -31,7 +31,7 @@ airplane.gat,236,63,4 script Hallen 55,{ next; mes "[Hallen]"; mes "I really want to know something about it.. if somebody could help me..."; - mes "pity I cant go to einbroch Laboratory..."; + mes "pity I can't go to einbroch Laboratory..."; mes "never mind it just my feelings. Thanks for help.."; next; if (select("I can do it for you:Sup, guy..") == 1) { @@ -64,7 +64,7 @@ airplane.gat,236,63,4 script Hallen 55,{ close; l_inter: mes "[Hallen]"; - mes "You are really shy to tell us. ^_- It doesnt matter"; + mes "You are really shy to tell us. ^_- It doesn't matter"; mes "we all know about your doings."; mes "Glad to see such a hero i can say"; close; |