From ff21eb94130750acfe899b97b06a1fbe9e6790ef Mon Sep 17 00:00:00 2001 From: Playtester Date: Tue, 18 Apr 2006 08:38:59 +0000 Subject: Fixed custom/jobs/jobmaster.txt not rebirthing Crusaders on a Pecopeco. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6150 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/custom/jobs/jobmaster.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/custom/jobs') diff --git a/npc/custom/jobs/jobmaster.txt b/npc/custom/jobs/jobmaster.txt index 01a04a1f5..be736ead3 100644 --- a/npc/custom/jobs/jobmaster.txt +++ b/npc/custom/jobs/jobmaster.txt @@ -55,7 +55,7 @@ prontera.gat,153,193,6 script Job Master 123,{ if(lastJob ==Job_Alchem) goto L_iAlchemist; if(lastJob ==Job_Bard) goto L_iBard; if(lastJob ==Job_Dancer) goto L_iDancer; - if((Class >=Job_Knight) && (Class <=Job_Dancer)) goto L_rebirth; + if((Class >=Job_Knight) && (Class <=Job_Crusader2)) goto L_rebirth; close; // Novice -- cgit v1.2.3-70-g09d2