summaryrefslogtreecommitdiff
path: root/npc/jobs/1-1/archer.txt
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-07 04:52:02 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-07 04:52:02 +0000
commitaa0c6f842d41eafbc60ca9cfbaa69e6914d46ae0 (patch)
tree5b67fa6f71bd33af187301029a5d86b8ee99481c /npc/jobs/1-1/archer.txt
parent6dcb99e42257de276814d3fe42a19c8f85e776d2 (diff)
downloadhercules-aa0c6f842d41eafbc60ca9cfbaa69e6914d46ae0.tar.gz
hercules-aa0c6f842d41eafbc60ca9cfbaa69e6914d46ae0.tar.bz2
hercules-aa0c6f842d41eafbc60ca9cfbaa69e6914d46ae0.tar.xz
hercules-aa0c6f842d41eafbc60ca9cfbaa69e6914d46ae0.zip
turned the rest of job numbers to constants
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7554 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/1-1/archer.txt')
-rw-r--r--npc/jobs/1-1/archer.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/1-1/archer.txt b/npc/jobs/1-1/archer.txt
index e1cf9c51e..2ed2c0afe 100644
--- a/npc/jobs/1-1/archer.txt
+++ b/npc/jobs/1-1/archer.txt
@@ -22,7 +22,7 @@
payon_in02.gat,64,71,4 script Archer Guildsman 59,{
callfunc "F_ToHigh",Job_Archer_High,"High Archer",Job_Sniper,"Archer Guildsman";
mes "[Archer Guildsman]";
- if(BaseJob==Job_Novice && job_archer_q == 1) goto L_Check;
+ if(BaseJob == Job_Novice && job_archer_q == 1) goto L_Check;
mes "Good Day. How may I help you?";
next;
menu "I would like to become an Archer.",M_0,"What are the Requirements?",M_1,"Never mind.",M_End;