diff options
author | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-12 16:40:45 +0000 |
---|---|---|
committer | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-12 16:40:45 +0000 |
commit | 34d97ad8e590d40c8cd90aeb6caa0936b84885a6 (patch) | |
tree | 4f0cb1523ce7392994f4ecb92b2b77174d627a31 /npc/quests/skills/hunter_skills.txt | |
parent | 1b28f3cc0bc670b82e71d12ad67e263f4e04d1f3 (diff) | |
download | hercules-34d97ad8e590d40c8cd90aeb6caa0936b84885a6.tar.gz hercules-34d97ad8e590d40c8cd90aeb6caa0936b84885a6.tar.bz2 hercules-34d97ad8e590d40c8cd90aeb6caa0936b84885a6.tar.xz hercules-34d97ad8e590d40c8cd90aeb6caa0936b84885a6.zip |
Some typo fixes by IVBela.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6015 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/skills/hunter_skills.txt')
-rw-r--r-- | npc/quests/skills/hunter_skills.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/quests/skills/hunter_skills.txt b/npc/quests/skills/hunter_skills.txt index 63385ab14..e2e639c2a 100644 --- a/npc/quests/skills/hunter_skills.txt +++ b/npc/quests/skills/hunter_skills.txt @@ -18,6 +18,7 @@ //= 1.3 Fixed bugs and minor typos. Optimized [Lupus]
//= 1.3a fixed an item ID typo, thx 2Spiritual Kid
//= 1.3b Splitted into different files [DracoRPG]
+//= 1.3c Fixed some typos [IVBela]
//============================================================
@@ -31,8 +32,8 @@ payon_in02.gat,54,13,7 script Master Kabac 55,{ if(JobLevel<40) goto L_nojob;
mes "I can teach you a secret";
- mes "technique pased down through";
- mes "my family for generation. My";
+ mes "technique passed down through";
+ mes "my family for generations. My";
mes "family has guarded this secret";
mes "for years, but I could teach";
mes "for a few supplies.";
@@ -75,7 +76,7 @@ L_nojob: close;
L_alreadyhave:
- mes "Ahh, my apprentence, you";
+ mes "Ahh, my apprentice, you";
mes "came to visit me...";
close;
|