diff options
author | Haru <haru@dotalux.com> | 2016-07-08 12:05:28 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-07-10 16:12:35 +0200 |
commit | c9692424ae003dea7bbdeeaa73a86e58ce53822d (patch) | |
tree | 490d6ab8ea780b2c53df47f0f14029283963b9b8 /npc/jobs/2-2 | |
parent | e369beded2b6758a4358b2366130e59976b8856b (diff) | |
download | hercules-c9692424ae003dea7bbdeeaa73a86e58ce53822d.tar.gz hercules-c9692424ae003dea7bbdeeaa73a86e58ce53822d.tar.bz2 hercules-c9692424ae003dea7bbdeeaa73a86e58ce53822d.tar.xz hercules-c9692424ae003dea7bbdeeaa73a86e58ce53822d.zip |
Fixed a typo in the alchemist.txt script
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/jobs/2-2')
-rw-r--r-- | npc/jobs/2-2/alchemist.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/jobs/2-2/alchemist.txt b/npc/jobs/2-2/alchemist.txt index 7c02c02d9..3de0af508 100644 --- a/npc/jobs/2-2/alchemist.txt +++ b/npc/jobs/2-2/alchemist.txt @@ -9,7 +9,7 @@ //= This file is part of Hercules. //= http://herc.ws - http://github.com/HerculesWS/Hercules //= -//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) 2012-2016 Hercules Dev Team //= Copyright (C) Kisuka //= Copyright (C) L0ne_W0lf //= Copyright (C) Vicious @@ -131,7 +131,7 @@ alde_alche,27,185,5 script Alchemist Guildsman#am 4_F_ALCHE,{ next; mes "[Parmy Gianino]"; mes "Whether or not you try to become an Alchemist is your decision. The road to becoming an " - "Alchemist is very challenging, and you'll need to focus on experimentation and" + "Alchemist is very challenging, and you'll need to focus on experimentation and " "research, instead of commerce."; close; case 2: @@ -951,7 +951,7 @@ alde_alche,13,15,7 script Studying Man#am 4_M_ALCHE_C,{ mes "......"; mes "Who is it...?"; next; - monster "alde_alche",13,15,"Wolf",1013,1; + monster("alde_alche", 13, 15, getmonsterinfo(WOLF, MOB_NAME), WOLF, 1); killmonsterall "alde_alche"; mes "[Darwin]"; mes "A wolf?"; |