Fixed bug with 3rd classes bypassing player_skillup_limit config
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15594 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
472348fad1
commit
c99d6a3e95
@ -1514,7 +1514,8 @@ int pc_calc_skilltree_normalize_job(struct map_session_data *sd)
|
|||||||
c |= JOBL_UPPER;
|
c |= JOBL_UPPER;
|
||||||
else if (sd->class_&JOBL_BABY) //Convert to Baby
|
else if (sd->class_&JOBL_BABY) //Convert to Baby
|
||||||
c |= JOBL_BABY;
|
c |= JOBL_BABY;
|
||||||
|
if( sd->class_&JOBL_THIRD && skill_point < 107 )//bugreport:5329, require to spend all 2.x points in your 2.x
|
||||||
|
c &= MAPID_UPPERMASK;
|
||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user