From e3e7adefe2227343a55a4ac6634de23e045fab09 Mon Sep 17 00:00:00 2001 From: Playtester Date: Tue, 23 May 2006 14:47:15 +0000 Subject: Fixed a bug in the new Job Master - he rebirthed you even if you haven't reached level 99 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6713 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 6c27c4a8f..707dfa7fc 100644 --- a/npc/custom/jobs/jobmaster.txt +++ b/npc/custom/jobs/jobmaster.txt @@ -166,7 +166,7 @@ prontera.gat,153,193,6 script Job Master 123,{ if((Class >=Job_Knight) && (Class <=Job_Crusader2)){ mes "Do you want to reborn?"; if(select("Yes","No")==1){ - if(BaseLevel < 99 && JobLevel < 50) goto L_cantCh; + if(BaseLevel < 99 || JobLevel < 50) goto L_cantCh; set lastJob, Class; if(Class == Job_Knight2){ set lastJob, Job_Knight; -- cgit v1.2.3-70-g09d2