summaryrefslogtreecommitdiff
path: root/npc/jobs/2-2
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-11 04:30:32 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-11 04:30:32 +0000
commit5d8d40de3112a62e3462c75f138ff675edf91459 (patch)
tree68d89734e2148cc3ef998e191c36660d515c64ff /npc/jobs/2-2
parentdd7ebe98393013e191d4960ac9acd6565b0d10d2 (diff)
downloadhercules-5d8d40de3112a62e3462c75f138ff675edf91459.tar.gz
hercules-5d8d40de3112a62e3462c75f138ff675edf91459.tar.bz2
hercules-5d8d40de3112a62e3462c75f138ff675edf91459.tar.xz
hercules-5d8d40de3112a62e3462c75f138ff675edf91459.zip
Small fix to alchemist job quest that was blocking babies.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11708 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-2')
-rw-r--r--npc/jobs/2-2/alchemist.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/jobs/2-2/alchemist.txt b/npc/jobs/2-2/alchemist.txt
index d56554ace..6e1902a09 100644
--- a/npc/jobs/2-2/alchemist.txt
+++ b/npc/jobs/2-2/alchemist.txt
@@ -12,6 +12,7 @@
//===== Additional Comments: =================================
//= 2.5 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf]
//= No longer uses function "F_BlockHigh"
+//= 2.6 Corrected a bug in advanced class checking. [L0ne_W0lf]
//============================================================
alde_alche,27,185,5 script Alchemist Guildsman#am 744,{
@@ -1559,7 +1560,7 @@ alde_alche,79,19,5 script Experiment Expert#am 748,{
alde_alche,101,184,4 script Master Alchemist#am 122,{
cutin "job_alche_vincent",2;
mes "[Vincent Carsciallo]";
- if (Upper != 0) {
+ if (Upper == 1) {
mes "You have transcended...";
mes "Excellent, excellent.";
next;