summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorforuken <foruken@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-17 04:51:14 +0000
committerforuken <foruken@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-17 04:51:14 +0000
commit4fd1ecc58626ef3b2ce5668ec008315c4b7e35a7 (patch)
tree9f635a7a13206a7afedb9cbe9f4ba23be9ff5779 /npc
parent16da12829cada057e61f45e178c14ca64c176da1 (diff)
downloadhercules-4fd1ecc58626ef3b2ce5668ec008315c4b7e35a7.tar.gz
hercules-4fd1ecc58626ef3b2ce5668ec008315c4b7e35a7.tar.bz2
hercules-4fd1ecc58626ef3b2ce5668ec008315c4b7e35a7.tar.xz
hercules-4fd1ecc58626ef3b2ce5668ec008315c4b7e35a7.zip
Fixed a typo in constant for Acolyte class.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5637 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/custom/jobs/jobmaster.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/jobs/jobmaster.txt b/npc/custom/jobs/jobmaster.txt
index c163ebb75..01a04a1f5 100644
--- a/npc/custom/jobs/jobmaster.txt
+++ b/npc/custom/jobs/jobmaster.txt
@@ -37,7 +37,7 @@ prontera.gat,153,193,6 script Job Master 123,{
if(Class ==Job_Swordman) goto L_iSword;
if(Class ==Job_Mage) goto L_iMage;
if(Class ==Job_Archer) goto L_iArcher;
- if(Class ==Job_Acolytle) goto L_iAcolyte;
+ if(Class ==Job_Acolyte) goto L_iAcolyte;
if(Class ==Job_Merchant) goto L_iMerchant;
if(Class ==Job_Thief) goto L_iThief;
if(Class ==Job_Taekwon) goto L_iTaekwon;