added missing )
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5726 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
0f19e9bbe5
commit
042249ed51
@ -425,7 +425,7 @@ L_ALREADY:
|
||||
function script F_Rebirth {
|
||||
mes "["+getarg(3)+"]";
|
||||
if(Upper == 2) goto L_BABY; //Baby Class - skip it
|
||||
if(Class >= Job_Lord_Knight goto L_ALREADY; //already advanced class
|
||||
if(Class >= Job_Lord_Knight) goto L_ALREADY; //already advanced class
|
||||
if(Class == (3977+getarg(0)) && ADVJOB == (3977+getarg(2))) goto L_GET3RD; //Hight XXXX -> 3rd Job
|
||||
mes "Go talk to either Valhallana or one of my collegues...";
|
||||
emotion e_sry;
|
||||
|
Loading…
x
Reference in New Issue
Block a user