diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-12 19:32:13 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-12 19:32:13 +0000 |
commit | e8c985a12b225d3583b6a7aad517fcbed13622ca (patch) | |
tree | da51466e52803beb6c6408eca748cfe65390e846 /npc/jobs/2-1/blacksmith.txt | |
parent | 1e65e25deae533b885e2d9d88b2336b341de2267 (diff) | |
download | hercules-e8c985a12b225d3583b6a7aad517fcbed13622ca.tar.gz hercules-e8c985a12b225d3583b6a7aad517fcbed13622ca.tar.bz2 hercules-e8c985a12b225d3583b6a7aad517fcbed13622ca.tar.xz hercules-e8c985a12b225d3583b6a7aad517fcbed13622ca.zip |
* More bug fixes to the 2-1 quests. Priest and Blacksmith specifically.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10987 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-1/blacksmith.txt')
-rw-r--r-- | npc/jobs/2-1/blacksmith.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/jobs/2-1/blacksmith.txt b/npc/jobs/2-1/blacksmith.txt index 2df3414a3..bc209b8d8 100644 --- a/npc/jobs/2-1/blacksmith.txt +++ b/npc/jobs/2-1/blacksmith.txt @@ -30,6 +30,7 @@ //= 2.2 Merged Jfunc, changed job numbers to constants [Lupus] //= 2.3 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] //= 2.4 Several bugfixes with the help of Barron-Monster. [L0ne_W0lf] +//= 2.4a Changed a BaseJob to baseclass. [L0ne_W0lf] //============================================================== ein_in01,18,28,4 script Guildsman#BLS 731,{ @@ -99,7 +100,7 @@ ein_in01,18,28,4 script Guildsman#BLS 731,{ mes "Oh! Am I correct in assuming you're a member of the Clergy? Would you please bless me before you leave!"; close; } - else if (BaseJob == Job_Thief) { + else if (BaseClass == Job_Thief) { mes "[Altiregen]"; mes "I'm sorry..."; mes "But there really isn't anything for you to steal here. Well, there are the Daggers we keep in the back, but..."; |