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/quests_ayothaya.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/quests_ayothaya.txt')
-rw-r--r-- | npc/quests/quests_ayothaya.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/quests_ayothaya.txt b/npc/quests/quests_ayothaya.txt index 93f8716f6..2323de1a1 100644 --- a/npc/quests/quests_ayothaya.txt +++ b/npc/quests/quests_ayothaya.txt @@ -120,7 +120,7 @@ ayothaya.gat,233,105,7 script Shuda 838,{ if(weddingring==4) goto L_QuestComplete; if(weddingring==5) goto L_QuestOver; if(countitem(7288)>=1) goto L_RingFound; - mes "Oh please wont you help me, my partner has gone missing, but not before droping our ^FF0000Engagement Ring^000000 maybe there is a way of ^0000FFfishing^000000 it out of the sea."; + mes "Oh please won't you help me, my partner has gone missing, but not before droping our ^FF0000Engagement Ring^000000 maybe there is a way of ^0000FFfishing^000000 it out of the sea."; set weddingring,1; close; L_RingFound: @@ -288,10 +288,10 @@ L_Groom: mes "[Annon]"; mes "So I see now, my ex-partner has sent you to see if I'm OK."; mes " "; - mes "Can you go and tell her I'm ok, but I cant go through with the marriage."; + mes "Can you go and tell her I'm ok, but I can't go through with the marriage."; next; mes "[Annon]"; - mes "I cant really give a reason, just tell her that I love her, but not enough to spend the rest of my life with her."; + mes "I can't really give a reason, just tell her that I love her, but not enough to spend the rest of my life with her."; next; mes "[Annon]"; mes "I hope she will understand."; |