diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-14 03:09:01 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-14 03:09:01 +0000 |
commit | e40479a5d5bdbc20e51e592363607b4273fc6d8c (patch) | |
tree | e1169bddd2236c10d3d0ce65da19a22031a5cd8c /npc/jobs/2-1a | |
parent | 5a1b01d69d45b054aef505abdb693c8fc3fdd213 (diff) | |
download | hercules-e40479a5d5bdbc20e51e592363607b4273fc6d8c.tar.gz hercules-e40479a5d5bdbc20e51e592363607b4273fc6d8c.tar.bz2 hercules-e40479a5d5bdbc20e51e592363607b4273fc6d8c.tar.xz hercules-e40479a5d5bdbc20e51e592363607b4273fc6d8c.zip |
* Fixed typos in the Blacksmith quest and whitesmith NPC. Thanks to Barron-Monster.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11001 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-1a')
-rw-r--r-- | npc/jobs/2-1a/WhiteSmith.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-1a/WhiteSmith.txt b/npc/jobs/2-1a/WhiteSmith.txt index ef01673c2..3423f0425 100644 --- a/npc/jobs/2-1a/WhiteSmith.txt +++ b/npc/jobs/2-1a/WhiteSmith.txt @@ -16,7 +16,7 @@ //============================================================ valkyrie,44,50,5 script MasterSmith#Valkyrie 731,{ - if (ADVO == 0 || Upper != 1) { + if (ADVJOB == 0 || Upper != 1) { set .@karma_d,rand(1,10); if (.@karma_d > 4) { mes "[MasterSmith]"; |