diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-01 08:14:36 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-01 08:14:36 +0000 |
commit | d90483d3d0d2c334fff01faa0d1ef4899fce700b (patch) | |
tree | aa8fcd6f7d7ff0743bd00c563caf2862f76aacb5 /npc/jobs/2-2 | |
parent | 755aefb11175f1d7f145c74ad2b6e084974ff71f (diff) | |
download | hercules-d90483d3d0d2c334fff01faa0d1ef4899fce700b.tar.gz hercules-d90483d3d0d2c334fff01faa0d1ef4899fce700b.tar.bz2 hercules-d90483d3d0d2c334fff01faa0d1ef4899fce700b.tar.xz hercules-d90483d3d0d2c334fff01faa0d1ef4899fce700b.zip |
Fixed certain typos in src/npc/doc files
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11102 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-2')
-rw-r--r-- | npc/jobs/2-2/alchemist.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-2/alchemist.txt b/npc/jobs/2-2/alchemist.txt index 4e22a809a..cda62e7ce 100644 --- a/npc/jobs/2-2/alchemist.txt +++ b/npc/jobs/2-2/alchemist.txt @@ -1021,7 +1021,7 @@ alde_alche,101,184,4 script Vincent Carsciallo 122,{ mes "[Vincent Carsciallo]"; if(baseJob == Job_Merchant) goto L_Merc; if(baseJob == Job_Alchemist){ - mes "How Alchemy going? Make sure to be carefull and think about safety at all times."; + mes "How Alchemy going? Make sure to be careful and think about safety at all times."; mes "I wouldn't want you blowing yourself up or anything....."; close; } |