diff options
author | Haru <haru@dotalux.com> | 2016-06-26 00:45:24 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-06-26 00:45:24 +0200 |
commit | c1d86fb39a1567edb3c7c5c174b7aeafb4cc9266 (patch) | |
tree | 991071de40a2fd42c48c17425a6ba1a692831412 /npc/jobs | |
parent | 5f4c452cdf22f5625b61004ed0e92816b0175ea1 (diff) | |
download | hercules-c1d86fb39a1567edb3c7c5c174b7aeafb4cc9266.tar.gz hercules-c1d86fb39a1567edb3c7c5c174b7aeafb4cc9266.tar.bz2 hercules-c1d86fb39a1567edb3c7c5c174b7aeafb4cc9266.tar.xz hercules-c1d86fb39a1567edb3c7c5c174b7aeafb4cc9266.zip |
Fixed a typo in the last edit of alchemist.txt (missing comma)
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/jobs')
-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 c211c6b60..7c02c02d9 100644 --- a/npc/jobs/2-2/alchemist.txt +++ b/npc/jobs/2-2/alchemist.txt @@ -1965,7 +1965,7 @@ alde_alche,145,19,1 script Chief Researcher#am 1_M_LIBRARYMASTER,{ case 1: mes "t m y a n y e o b n e g p r i"; next; - if (select("Brake", "Brass" "Bug", "Broken", "Brigan?") == 5) + if (select("Brake", "Brass", "Bug", "Broken", "Brigan?") == 5) .@alch_t += 10; mes "o n c u t a p j l e r s v m u"; next; |