diff options
Diffstat (limited to 'npc/jobs/2-2a/Gypsy.txt')
-rw-r--r-- | npc/jobs/2-2a/Gypsy.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/jobs/2-2a/Gypsy.txt b/npc/jobs/2-2a/Gypsy.txt index 5ab1730a4..95503a1ba 100644 --- a/npc/jobs/2-2a/Gypsy.txt +++ b/npc/jobs/2-2a/Gypsy.txt @@ -33,7 +33,7 @@ valkyrie,53,56,3 script Gypsy#Valkyrie 101,{ mes "For me, it's a way of life~"; close; } - if ((ADVJOB == Job_Gypsy) && (Class == Job_Archer_High) && (JobLevel > 39)) { + else if (ADVJOB == Job_Gypsy && Class == Job_Archer_High && JobLevel > 39) { mes "[Gypsy]"; mes "The land of Rune-Midgard"; mes "is in need of talented women"; @@ -80,4 +80,4 @@ valkyrie,53,56,3 script Gypsy#Valkyrie 101,{ mes "while you are here."; mes "Honor to the warriors!"; close; -}
\ No newline at end of file +} |