diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-05 19:02:52 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-05 19:02:52 +0000 |
commit | 01368ed9a40bc98ac870b04380ad1344485962e4 (patch) | |
tree | 1ddd75df4b7a0243a852e0e21ccf4ff03a2be62d /npc/other | |
parent | 88a5d0cdda513357496b9d53878618e1620f47e8 (diff) | |
download | hercules-01368ed9a40bc98ac870b04380ad1344485962e4.tar.gz hercules-01368ed9a40bc98ac870b04380ad1344485962e4.tar.bz2 hercules-01368ed9a40bc98ac870b04380ad1344485962e4.tar.xz hercules-01368ed9a40bc98ac870b04380ad1344485962e4.zip |
typos: recieve -> receive
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10163 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/pvp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/pvp.txt b/npc/other/pvp.txt index f5084602d..2f263057b 100644 --- a/npc/other/pvp.txt +++ b/npc/other/pvp.txt @@ -103,7 +103,7 @@ function script F_PvPNarr { mes "There is a hidden EXP value in PvP mode. This EXP will only apply inside of the PvP zone and not outside."; next; mes "[PvP Narrator]"; - mes "Every one will recieve a base EXP of 5 points when they first start. If you win a match your EXP with increase by 1 point."; + mes "Every one will receive a base EXP of 5 points when they first start. If you win a match your EXP with increase by 1 point."; mes "If you loose your EXP will drop by 5 points, so be carefull!"; next; mes "[PvP Narrator]"; |