diff options
Diffstat (limited to 'npc/jobs/2-1a/Sniper.txt')
-rw-r--r-- | npc/jobs/2-1a/Sniper.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/jobs/2-1a/Sniper.txt b/npc/jobs/2-1a/Sniper.txt index 963df71f9..cf5f4881e 100644 --- a/npc/jobs/2-1a/Sniper.txt +++ b/npc/jobs/2-1a/Sniper.txt @@ -33,7 +33,7 @@ valkyrie,44,55,5 script Sniper#Valkyrie 727,{ mes "of battling."; close; } - if ((ADVJOB == Job_Sniper) && (Class == Job_Archer_High) && (JobLevel > 39)) { + else if (ADVJOB == Job_Sniper && Class == Job_Archer_High && JobLevel > 39) { mes "[Sniper]"; mes "The world is in"; mes "need of mighty Bowmen"; @@ -80,4 +80,4 @@ valkyrie,44,55,5 script Sniper#Valkyrie 727,{ mes "while you are here."; mes "Honor to the warriors!"; close; -}
\ No newline at end of file +} |