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/other | |
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/other')
-rw-r--r-- | npc/other/comodo_gambling.txt | 2 | ||||
-rw-r--r-- | npc/other/divorce.txt | 2 | ||||
-rw-r--r-- | npc/other/lighthalzen_bank.txt | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/npc/other/comodo_gambling.txt b/npc/other/comodo_gambling.txt index 29f0a0db8..64f8163dc 100644 --- a/npc/other/comodo_gambling.txt +++ b/npc/other/comodo_gambling.txt @@ -72,7 +72,7 @@ mjolnir_02.gat,85,364,3 script Blacksmith Miner 726,{ mes "[Dwayne]"; mes "Hahahaha~"; mes "You can't fool me!"; - mes "You dont have enough"; + mes "You don't have enough"; mes "Zeny for that many!"; close; } diff --git a/npc/other/divorce.txt b/npc/other/divorce.txt index 919748727..cb6c719eb 100644 --- a/npc/other/divorce.txt +++ b/npc/other/divorce.txt @@ -92,7 +92,7 @@ M_Divorce: mes "It might take some time..."; mes "So don't go away, and stay here!"; next; - //ShowEffect "Deviruchi#Divorce" EF_MAGICROD Dont know, what to do here >.> + //ShowEffect "Deviruchi#Divorce" EF_MAGICROD Don't know, what to do here >.> //ShowEffect "" EF_DEVIL same percentheal -100,-100; divorce; diff --git a/npc/other/lighthalzen_bank.txt b/npc/other/lighthalzen_bank.txt index a705eec5c..0453a9b14 100644 --- a/npc/other/lighthalzen_bank.txt +++ b/npc/other/lighthalzen_bank.txt @@ -31,8 +31,8 @@ lhz_in02.gat,28,39,3 script Helen 703,{ mes "[Helen]"; mes "You know, maybe when"; mes "I grow up, i'll be a bank"; - mes "clerk. That sounds liek a"; - mes "really nice jobm, don't you"; + mes "clerk. That sounds like a"; + mes "really nice job, don't you"; mes "think? It's laid back and posh..."; close; } |