From 4fd1ecc58626ef3b2ce5668ec008315c4b7e35a7 Mon Sep 17 00:00:00 2001 From: foruken Date: Fri, 17 Mar 2006 04:51:14 +0000 Subject: 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 --- npc/custom/jobs/jobmaster.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') 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; -- cgit v1.2.3-70-g09d2