diff options
Diffstat (limited to 'npc/re/jobs/1-1/thief.txt')
-rw-r--r-- | npc/re/jobs/1-1/thief.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/jobs/1-1/thief.txt b/npc/re/jobs/1-1/thief.txt index 956b5c277..8f90b16d4 100644 --- a/npc/re/jobs/1-1/thief.txt +++ b/npc/re/jobs/1-1/thief.txt @@ -14,7 +14,7 @@ //============================================================ moc_prydb1,39,129,2 script Thief Guildsman 69,{ if (Upper == 1) { - if (FJOB == Job_Guillotine_Cross || FJOB == Job_Shadow_Chaser) { + if ((Class == Job_Novice_High) && (ADVJOB == Job_Assassin_Cross || ADVJOB == Job_Stalker)) { if (Class == Job_Novice_High) { mes "[Thief Guildsman]"; mes "Huh? Do I know you? It's creepy that you seem so familiar. You don't have a twin, do you?"; |