diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-04 20:01:09 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-04 20:01:09 +0000 |
commit | 2a9ed3f7647326d2d0d4a7d2f25e4940af57b888 (patch) | |
tree | 0635aaf54ecc4fffb85a1e2598ee230ab2866045 /npc/jobs/1-1 | |
parent | a8952b3c7b1067f304e24237bd035263e6b62ed9 (diff) | |
download | hercules-2a9ed3f7647326d2d0d4a7d2f25e4940af57b888.tar.gz hercules-2a9ed3f7647326d2d0d4a7d2f25e4940af57b888.tar.bz2 hercules-2a9ed3f7647326d2d0d4a7d2f25e4940af57b888.tar.xz hercules-2a9ed3f7647326d2d0d4a7d2f25e4940af57b888.zip |
Stable and Trunk:
* Several bug-fixes to various Rachel quests (Gepard)
* Small fix to the level 4 weapon quest.
Trunk Only:
* Small fix to the Thief Job Quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10948 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/1-1')
-rw-r--r-- | npc/jobs/1-1/thief.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/1-1/thief.txt b/npc/jobs/1-1/thief.txt index 8a70598cd..30907b926 100644 --- a/npc/jobs/1-1/thief.txt +++ b/npc/jobs/1-1/thief.txt @@ -24,7 +24,7 @@ moc_prydb1,39,129,2 script Thief Guide 69,{ if (Upper == 1) { if (ADVJOB == Job_Assassin_Cross || ADVJOB == Job_Stalker) { - if (BaseJob == Job_Novice_High) { + if (Class == Job_Novice_High) { mes "[Thief Guide]"; mes "Huh? Do I know you? It's creepy that you seem so familiar. You don't have a twin, do you?"; next; |