summaryrefslogtreecommitdiff
path: root/npc/events/valentinesday.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-21 12:12:04 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-21 12:12:04 +0000
commit932c76a02329e9c1b40f2b3d134ef22c55c19243 (patch)
tree802b8dbc1594413f2f25b7e770854b10883c8d6d /npc/events/valentinesday.txt
parent4ef9dcc884c7b27a4f29b932461f76470cb0689a (diff)
downloadhercules-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/events/valentinesday.txt')
-rw-r--r--npc/events/valentinesday.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/events/valentinesday.txt b/npc/events/valentinesday.txt
index 5be84fcab..d35a99812 100644
--- a/npc/events/valentinesday.txt
+++ b/npc/events/valentinesday.txt
@@ -40,7 +40,7 @@ M_CHOCO:
mes "I knew it!";
mes "But I can't sell you more then 5 at once....but, if you really need more....";
mes "you can come back again.";
- mes "So how many do u want?";
+ mes "So how many do you want?";
next;
set @needmon,0;
input @flag_num;
@@ -59,13 +59,13 @@ M_CHOCO:
L_ERR:
mes "[Stephen]";
- mes "I'm sorry but I can't give u that many.";
+ mes "I'm sorry but I can't give you that many.";
L_NONE:
close;
L_NOTENO:
mes "[Stephen]";
- mes "I'm sorry but it seems u cant afford to buy these off me";
+ mes "I'm sorry but it seems you can't afford to buy these off me.";
close;
}