diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-18 08:38:59 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-18 08:38:59 +0000 |
commit | ff21eb94130750acfe899b97b06a1fbe9e6790ef (patch) | |
tree | f910f3f47e37e68e3b352929f646785bc2e7a82d /npc/custom | |
parent | df45bca7b6b82067045b185fc50c334e7ba0fe30 (diff) | |
download | hercules-ff21eb94130750acfe899b97b06a1fbe9e6790ef.tar.gz hercules-ff21eb94130750acfe899b97b06a1fbe9e6790ef.tar.bz2 hercules-ff21eb94130750acfe899b97b06a1fbe9e6790ef.tar.xz hercules-ff21eb94130750acfe899b97b06a1fbe9e6790ef.zip |
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
Diffstat (limited to 'npc/custom')
-rw-r--r-- | npc/custom/jobs/jobmaster.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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
|