diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-20 02:18:26 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-20 02:18:26 +0000 |
commit | 6da12f840490b958f7e770a4ce699ec38828e97d (patch) | |
tree | 102f4f7e9f3600fc82859d7ec361742e696865e6 /npc/re | |
parent | 300f20998ac8012373024b3a3d7d88b80de7e040 (diff) | |
download | hercules-6da12f840490b958f7e770a4ce699ec38828e97d.tar.gz hercules-6da12f840490b958f7e770a4ce699ec38828e97d.tar.bz2 hercules-6da12f840490b958f7e770a4ce699ec38828e97d.tar.xz hercules-6da12f840490b958f7e770a4ce699ec38828e97d.zip |
* Follow-up r17030: documented and added bMagicAtkEle to item_combo_db (bugreport:6943).
* Follow-up r17029: moved 'clearinventory' alias to atcommand_athena.conf.
* Custom Quest Shop updated to v1.5, which replaces categories with shop IDs.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17031 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/re')
-rw-r--r-- | npc/re/jobs/3-1/ranger.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/re/jobs/3-1/ranger.txt b/npc/re/jobs/3-1/ranger.txt index ab6371cfd..e499b03b2 100644 --- a/npc/re/jobs/3-1/ranger.txt +++ b/npc/re/jobs/3-1/ranger.txt @@ -46,7 +46,7 @@ tur_dun01,156,36,5 script Survival Instructor#jr01 59,{ } mes "[Survival Instructor, Rescue]"; mes "Huh?"; - mes "How did you come again and find me?"; + mes "How did you find me?"; next; mes "[Survival Instructor, Rescue]"; mes "Well, it's a passing mark that you recognize me... let me see."; @@ -300,7 +300,8 @@ tur_dun01,156,36,5 script Survival Instructor#jr01 59,{ next; mes "[Survival Instructor, Rescue]"; mes "What's up?"; - mes "The monsters here are a little tough so be careful."; + mes "The monsters here are a"; + mes "little tough so be careful."; close; } |